diff options
author | Karolin Seeger <kseeger@samba.org> | 2008-08-13 15:25:09 +0200 |
---|---|---|
committer | Karolin Seeger <kseeger@samba.org> | 2008-08-13 15:25:09 +0200 |
commit | 0c0a3892ae40e9c05402301b7109d6dc90f4e38f (patch) | |
tree | 37801686c83c448a3a286033de2f2bbf90994fe7 | |
parent | 93d2a982fc98cc0bcd2896b9d1e6cd50fe384ae9 (diff) | |
download | samba-0c0a3892ae40e9c05402301b7109d6dc90f4e38f.tar.gz samba-0c0a3892ae40e9c05402301b7109d6dc90f4e38f.tar.bz2 samba-0c0a3892ae40e9c05402301b7109d6dc90f4e38f.zip |
VERSION: Raise version number.
Karolin
(This used to be commit 1ed4b2151e60050455e0b3564afe01b0c030b71e)
-rw-r--r-- | source3/VERSION | 6 |
1 files 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= ######################################################## |