]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
VERSION: Disable GIT_SNAPSHOTS for the 4.7.0 release. samba-4.7.0
authorKarolin Seeger <kseeger@samba.org>
Wed, 20 Sep 2017 10:53:38 +0000 (12:53 +0200)
committerKarolin Seeger <kseeger@samba.org>
Thu, 21 Sep 2017 06:26:29 +0000 (08:26 +0200)
Signed-off-by: Karolin Seeger <kseeger@samba.org>
VERSION

diff --git a/VERSION b/VERSION
index d460d71c9e77309ea554913f168d8626304f1140..d91963a7f53fd1afd1b9fc3b4041e56ee1a71983 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -87,7 +87,7 @@ SAMBA_VERSION_PRE_RELEASE=
 # e.g. SAMBA_VERSION_RC_RELEASE=1                      #
 #  ->  "3.0.0rc1"                                      #
 ########################################################
-SAMBA_VERSION_RC_RELEASE=7
+SAMBA_VERSION_RC_RELEASE=
 
 ########################################################
 # To mark SVN snapshots this should be set to 'yes'    #
@@ -99,7 +99,7 @@ SAMBA_VERSION_RC_RELEASE=7
 # e.g. SAMBA_VERSION_IS_SVN_SNAPSHOT=yes               #
 #  ->  "3.0.0-SVN-build-199"                           #
 ########################################################
-SAMBA_VERSION_IS_GIT_SNAPSHOT=yes
+SAMBA_VERSION_IS_GIT_SNAPSHOT=no
 
 ########################################################
 # This is for specifying a release nickname            #