diff options
author | Karolin Seeger <kseeger@samba.org> | 2017-07-03 11:30:27 +0200 |
---|---|---|
committer | Karolin Seeger <kseeger@samba.org> | 2017-07-04 13:11:16 +0200 |
commit | 4a95a8427d5134d6ccfdcee6eb26992cb70ee9fe (patch) | |
tree | c86cdf23400fff2d56a0fa24957d58b24dcf320c /VERSION | |
parent | 176a6ae1d71e6754166af2996fa2ee3114905fc7 (diff) | |
download | samba-4a95a8427d5134d6ccfdcee6eb26992cb70ee9fe.tar.gz |
VERSION: Bump version up to 4.7.0rc1
Signed-off-by: Karolin Seeger <kseeger@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'VERSION')
-rw-r--r-- | VERSION | 4 |
1 files changed, 2 insertions, 2 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' # |