summaryrefslogtreecommitdiff
path: root/source/VERSION
diff options
context:
space:
mode:
Diffstat (limited to 'source/VERSION')
-rw-r--r--source/VERSION18
1 files changed, 3 insertions, 15 deletions
diff --git a/source/VERSION b/source/VERSION
index 87e9d571d6b..e493805fdb4 100644
--- a/source/VERSION
+++ b/source/VERSION
@@ -19,19 +19,7 @@
########################################################
SAMBA_VERSION_MAJOR=3
SAMBA_VERSION_MINOR=0
-SAMBA_VERSION_RELEASE=4
-
-########################################################
-# If a official release has a serious bug #
-# a security release will have 'a' sufffix #
-# #
-# so SAMBA's version will be #
-# <MAJOR>.<MINOR>.<RELEASE><REVISION> #
-# #
-# e.g. SAMBA_VERSION_PRE_RELEASE=a #
-# -> "2.2.8a" #
-########################################################
-SAMBA_VERSION_REVISION=
+SAMBA_VERSION_RELEASE=5
########################################################
# For 'pre' releases the version will be #
@@ -41,7 +29,7 @@ SAMBA_VERSION_REVISION=
# e.g. SAMBA_VERSION_PRE_RELEASE=1 #
# -> "2.2.9pre1" #
########################################################
-SAMBA_VERSION_PRE_RELEASE=
+SAMBA_VERSION_PRE_RELEASE=1
########################################################
# For 'rc' releases the version will be #
@@ -63,7 +51,7 @@ SAMBA_VERSION_RC_RELEASE=
# e.g. SAMBA_VERSION_IS_SVN_SNAPSHOT=yes #
# -> "3.0.0-SVN-build-199" #
########################################################
-SAMBA_VERSION_IS_SVN_SNAPSHOT=no
+SAMBA_VERSION_IS_SVN_SNAPSHOT=
########################################################
# This can be set by vendors if they want... #