2013-12-06 17:23:49 +00:00
|
|
|
# This file is used by tools/utils.py to generate version strings.
|
|
|
|
# The numbers are changed as follows:
|
|
|
|
#
|
|
|
|
# * New release cycle has begun (i.e. stable release was just made):
|
|
|
|
# - increase MINOR by 1
|
|
|
|
# - set "PATCH 0"
|
|
|
|
# - set "PRERELEASE 0"
|
|
|
|
# - set "PRERELEASE_PATCH 0"
|
|
|
|
#
|
|
|
|
# * Doing a push-to-trunk from bleeding_edge:
|
2014-02-27 13:10:25 +00:00
|
|
|
# (The first push-to-trunk in the release cycle will set PRERELEASE to 0)
|
2013-12-06 17:23:49 +00:00
|
|
|
# - increase PRERELEASE by 1
|
|
|
|
# - set "PRERELEASE_PATCH 0"
|
|
|
|
#
|
|
|
|
# * Doing a cherry-pick to trunk:
|
|
|
|
# - increase PRERELEASE_PATCH by 1
|
|
|
|
#
|
|
|
|
# * Making a stable release (i.e. new stable branch):
|
|
|
|
# - set "PRERELEASE 0"
|
|
|
|
# - set "PRERELEASE_PATCH 0"
|
|
|
|
# The new stable release version will sort higher than the prereleases.
|
|
|
|
#
|
|
|
|
# * Making cherry-picks to stable channel
|
|
|
|
# - increase PATCH by 1
|
|
|
|
#
|
2013-11-25 12:51:59 +00:00
|
|
|
CHANNEL be
|
2022-12-06 02:40:36 +00:00
|
|
|
MAJOR 3
|
2023-07-25 15:12:49 +00:00
|
|
|
MINOR 2
|
2019-06-25 13:23:01 +00:00
|
|
|
PATCH 0
|
2013-12-06 17:23:49 +00:00
|
|
|
PRERELEASE 0
|
|
|
|
PRERELEASE_PATCH 0
|