]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
VERSION: Raise version from pre3 to rc1.
authorKarolin Seeger <kseeger@samba.org>
Mon, 19 May 2008 09:53:47 +0000 (11:53 +0200)
committerKarolin Seeger <kseeger@samba.org>
Mon, 19 May 2008 09:53:47 +0000 (11:53 +0200)
Karolin

source/VERSION

index 3469a25d525b642a538621fc3d9dce69f01e3cf1..db24c425b0c2708be4068ac327ff563247b7de0f 100644 (file)
@@ -46,7 +46,7 @@ SAMBA_VERSION_REVISION=
 # e.g. SAMBA_VERSION_PRE_RELEASE=1                     #
 #  ->  "2.2.9pre1"                                     #
 ########################################################
-SAMBA_VERSION_PRE_RELEASE=3
+SAMBA_VERSION_PRE_RELEASE=
 
 ########################################################
 # For 'rc' releases the version will be                #
@@ -56,7 +56,7 @@ SAMBA_VERSION_PRE_RELEASE=3
 # 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'    #