Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'production/build-functions.shsource')
-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 deb5268fc..f51b72b35 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.13
fn-write-property API_PREV_REF_LABEL
API_FREEZE_REF_LABEL=4.14RC1
#API_FREEZE_REF_LABEL=" "

Back to the top