summaryrefslogtreecommitdiffstats
path: root/source/VERSION
diff options
context:
space:
mode:
Diffstat (limited to 'source/VERSION')
-rw-r--r--source/VERSION7
1 files changed, 3 insertions, 4 deletions
diff --git a/source/VERSION b/source/VERSION
index 4d4416c8ee3..f7232a2130d 100644
--- a/source/VERSION
+++ b/source/VERSION
@@ -28,8 +28,7 @@ SAMBA_VERSION_MINOR=0
SAMBA_VERSION_RELEASE=25
########################################################
-# If a official release has a serious bug #
-# a security release will have 'a' sufffix #
+# Bug fix releases use a letter for the patch revision #
# #
# so SAMBA's version will be #
# <MAJOR>.<MINOR>.<RELEASE><REVISION> #
@@ -47,7 +46,7 @@ SAMBA_VERSION_REVISION=
# e.g. SAMBA_VERSION_PRE_RELEASE=1 #
# -> "2.2.9pre1" #
########################################################
-SAMBA_VERSION_PRE_RELEASE=2
+SAMBA_VERSION_PRE_RELEASE=
########################################################
# For 'rc' releases the version will be #
@@ -57,7 +56,7 @@ SAMBA_VERSION_PRE_RELEASE=2
# e.g. SAMBA_VERSION_RC_RELEASE=1 #
# -> "3.0.0rc1" #
########################################################
-SAMBA_VERSION_RC_RELEASE=
+SAMBA_VERSION_RC_RELEASE=1
########################################################
# To mark SVN snapshots this should be set to 'yes' #