diff options
author | Sarika Sinha | 2019-06-10 02:06:58 -0400 |
---|---|---|
committer | Sarika Sinha | 2019-06-10 02:06:58 -0400 |
commit | 360ad54a1ece965c755f99d8aca972119a10abba (patch) | |
tree | 1d2a08487c75d24f48f198a9e4e3ba91b754b66e /production/build-functions.shsource | |
parent | 9649c9fe1774f271829ad7c38017db27d10e5ebd (diff) | |
download | eclipse.platform.releng.aggregator-360ad54a1ece965c755f99d8aca972119a10abba.tar.gz eclipse.platform.releng.aggregator-360ad54a1ece965c755f99d8aca972119a10abba.tar.xz eclipse.platform.releng.aggregator-360ad54a1ece965c755f99d8aca972119a10abba.zip |
Bug 547901 - Prep work for 4.13 and open master for development
Change-Id: If7dc07cafe0b05fc63e530fea79fe656934579f9
Signed-off-by: Sarika Sinha <sarika.sinha@in.ibm.com>
Diffstat (limited to 'production/build-functions.shsource')
-rwxr-xr-x | production/build-functions.shsource | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/production/build-functions.shsource b/production/build-functions.shsource index 2143c085..1bcc92eb 100755 --- a/production/build-functions.shsource +++ b/production/build-functions.shsource @@ -1155,7 +1155,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.11 + API_PREV_REF_LABEL=4.12 fn-write-property API_PREV_REF_LABEL #API_FREEZE_REF_LABEL=4.12RC1a API_FREEZE_REF_LABEL=" " |