Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2018-06-28 09:07:10 +0000
committerSravan Kumar Lakkimsetti2018-06-28 09:07:48 +0000
commit417f4087b6c91326c3bb634e5d9816488a0216e3 (patch)
tree0163519a5ff180ccaa7c1bd0ee3038710a7799cd
parentc01e20f71dd6b2847cdf7e6d5ac9e59ddb3aa609 (diff)
downloadeclipse.platform.releng.aggregator-417f4087b6c91326c3bb634e5d9816488a0216e3.tar.gz
eclipse.platform.releng.aggregator-417f4087b6c91326c3bb634e5d9816488a0216e3.tar.xz
eclipse.platform.releng.aggregator-417f4087b6c91326c3bb634e5d9816488a0216e3.zip
Bug 536298 - Update previous release to 4.8
Change-Id: I7a332683fdfc2899e12a2867c6e6dd2ec25cc482 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
-rwxr-xr-xproduction/build-functions.shsource2
1 files changed, 1 insertions, 1 deletions
diff --git a/production/build-functions.shsource b/production/build-functions.shsource
index 480f7164e..d921bad5f 100755
--- a/production/build-functions.shsource
+++ b/production/build-functions.shsource
@@ -1144,7 +1144,7 @@ fn-summarize-apitooling ()
# place, and not have to make further, hard-coded changes to php files.
# Similar for freeze label.
# NOTE: the *reference* for API changes should be the "previous release", even if it is a "service release".
- API_PREV_REF_LABEL=4.8RC2
+ API_PREV_REF_LABEL=4.8
fn-write-property API_PREV_REF_LABEL
#API_FREEZE_REF_LABEL=4.8M6
API_FREEZE_REF_LABEL=" "

Back to the top