Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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