VERSION: Raise version number up to 3.4.0rc1.
authorKarolin Seeger <kseeger@samba.org>
Thu, 11 Jun 2009 07:35:48 +0000 (09:35 +0200)
committerKarolin Seeger <kseeger@samba.org>
Thu, 11 Jun 2009 08:00:15 +0000 (10:00 +0200)
Karolin
(cherry picked from commit 0f68bd945ff797ffaa3fcc3a5722a4bc17639276)

source3/VERSION

index dbbe6cb60a93433071d2c734147c750e6ca91fb7..a389343daa30ea197cb7a89332fb4a95c08adde1 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'    #