samba-3.4.7-ctdb-10: bump version to 3.4.7-ctdb-10-1
authorMichael Adam <obnox@samba.org>
Mon, 9 Aug 2010 15:32:57 +0000 (17:32 +0200)
committerMichael Adam <obnox@samba.org>
Tue, 10 Aug 2010 06:11:53 +0000 (08:11 +0200)
This changes the vendor suffix from "ctdb" to "ctdb-10"
and resets the vendor patch level from 10 to 1.
I.e. this is the start of stabilizing the 3.4.7-ctdb-10 release.
It is currently not possible to specify a vendor patch level
that is not simply an integer (like 10.1), due to the mode
with with the subversion information is assebled in smbd/trans2.c .
Hence the change in the vendor-suffix.

source3/VERSION

index 11ea7be5c74c492e4118c905c5b4bfd6a8bf80ce..4368c34408872d0dd0dba89189585f26ddd9b0f9 100644 (file)
@@ -84,8 +84,8 @@ SAMBA_VERSION_IS_GIT_SNAPSHOT=
 #       SAMBA_VERSION_VENDOR_FUNCTION                  #
 #                                                      #
 ########################################################
-SAMBA_VERSION_VENDOR_SUFFIX="ctdb"
-SAMBA_VERSION_VENDOR_PATCH=10
+SAMBA_VERSION_VENDOR_SUFFIX="ctdb-10"
+SAMBA_VERSION_VENDOR_PATCH=1
 
 ########################################################
 # This can be set by vendors if they want..            #