diff options
author | Karolin Seeger <kseeger@samba.org> | 2021-07-15 09:09:37 +0200 |
---|---|---|
committer | Karolin Seeger <kseeger@samba.org> | 2021-07-15 09:17:51 +0200 |
commit | 6a6f60447719d274011bd9575403f2fb0099ca91 (patch) | |
tree | fa83f6064c50348c0641dd91562a95908b376ca1 | |
parent | 47c507553521aec077ea5d761ff394f3d0c96830 (diff) | |
download | samba-6a6f60447719d274011bd9575403f2fb0099ca91.tar.gz |
VERSION: Disable GIT_SNAPSHOT for the Samba 4.15.0rc1 release.samba-4.15.0rc1
Signed-off-by: Karolin Seeger <kseeger@samba.org>
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Signed-off-by: Jule Anger <janger@samba.org>
-rw-r--r-- | VERSION | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -77,7 +77,7 @@ SAMBA_VERSION_BETA_RELEASE= # 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 # @@ -87,7 +87,7 @@ SAMBA_VERSION_PRE_RELEASE=1 # 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' # @@ -99,7 +99,7 @@ SAMBA_VERSION_RC_RELEASE= # 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 # |