summaryrefslogtreecommitdiff
path: root/source3/VERSION
diff options
context:
space:
mode:
authorKarolin Seeger <kseeger@samba.org>2010-01-04 16:36:14 +0100
committerKarolin Seeger <kseeger@samba.org>2010-01-04 16:37:30 +0100
commitea57f91c3838b77ac531bdffc05585fe5cdb5739 (patch)
tree4e21243a70da3b45e11a82219025c7f9887df8d4 /source3/VERSION
parent919b1bdacb97cc7e90b251428c63587dcab4cee9 (diff)
downloadsamba-ea57f91c3838b77ac531bdffc05585fe5cdb5739.tar.gz
VERSION: Raise version number up to 3.5.0rc1.
Karolin (cherry picked from commit e7431770b6966ea62d08bb8d25df6ceb5efebbc6)
Diffstat (limited to 'source3/VERSION')
-rw-r--r--source3/VERSION4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/VERSION b/source3/VERSION
index e06aae604b3..3addc63acbc 100644
--- a/source3/VERSION
+++ b/source3/VERSION
@@ -46,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 #
@@ -56,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' #