Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVikas Chandra2019-12-10 11:22:13 +0000
committerVikas Chandra2019-12-10 11:22:13 +0000
commite5511650e122468bcc1336ebde0e1940e7570569 (patch)
treebd2138403a482efc671a31291b39af4834bfdd78 /production
parent937e8b30ad04a5bd40efc704f59d300b5214aff2 (diff)
downloadeclipse.platform.releng.aggregator-e5511650e122468bcc1336ebde0e1940e7570569.tar.gz
eclipse.platform.releng.aggregator-e5511650e122468bcc1336ebde0e1940e7570569.tar.xz
eclipse.platform.releng.aggregator-e5511650e122468bcc1336ebde0e1940e7570569.zip
Bug 558063 - API Tools Version Verification Report says Eclipse 4.13
instead of 4.14 Change-Id: I2357faaf081a689a7836654e4535f1a8f8cf1f33 Signed-off-by: Vikas Chandra <Vikas.Chandra@in.ibm.com>
Diffstat (limited to 'production')
-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 2f8e7f098..72e330ea5 100755
--- a/production/build-functions.shsource
+++ b/production/build-functions.shsource
@@ -1189,7 +1189,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.13
+ API_PREV_REF_LABEL=4.14
fn-write-property API_PREV_REF_LABEL
#API_FREEZE_REF_LABEL=4.14RC2
API_FREEZE_REF_LABEL=" "

Back to the top