VERSION: Raise version number up to 3.5.0rc1.
authorKarolin Seeger <kseeger@samba.org>
Mon, 4 Jan 2010 15:36:14 +0000 (16:36 +0100)
committerKarolin Seeger <kseeger@samba.org>
Mon, 4 Jan 2010 15:37:30 +0000 (16:37 +0100)
Karolin
(cherry picked from commit e7431770b6966ea62d08bb8d25df6ceb5efebbc6)

source3/VERSION

index e06aae604b3c918897b0500ebe85dcdb41292b0d..3addc63acbcf480b767127c57d5ddfff83205c08 100644 (file)
@@ -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'    #