From 0c0a3892ae40e9c05402301b7109d6dc90f4e38f Mon Sep 17 00:00:00 2001 From: Karolin Seeger Date: Wed, 13 Aug 2008 15:25:09 +0200 Subject: VERSION: Raise version number. Karolin (This used to be commit 1ed4b2151e60050455e0b3564afe01b0c030b71e) --- source3/VERSION | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source3/VERSION b/source3/VERSION index 758956e9f7..180d04e882 100644 --- a/source3/VERSION +++ b/source3/VERSION @@ -24,7 +24,7 @@ # -> "3.0.0" # ######################################################## SAMBA_VERSION_MAJOR=3 -SAMBA_VERSION_MINOR=3 +SAMBA_VERSION_MINOR=4 SAMBA_VERSION_RELEASE=0 ######################################################## @@ -46,7 +46,7 @@ SAMBA_VERSION_REVISION= # e.g. SAMBA_VERSION_PRE_RELEASE=1 # # -> "2.2.9pre1" # ######################################################## -SAMBA_VERSION_PRE_RELEASE=1 +SAMBA_VERSION_PRE_RELEASE= ######################################################## # For 'rc' releases the version will be # @@ -84,7 +84,7 @@ SAMBA_VERSION_IS_GIT_SNAPSHOT=yes # SAMBA_VERSION_VENDOR_FUNCTION # # # ######################################################## -SAMBA_VERSION_VENDOR_SUFFIX="test" +SAMBA_VERSION_VENDOR_SUFFIX="devel" SAMBA_VERSION_VENDOR_PATCH= ######################################################## -- cgit