summaryrefslogtreecommitdiff
path: root/VERSION
diff options
context:
space:
mode:
authorKarolin Seeger <kseeger@samba.org>2017-07-03 11:30:27 +0200
committerKarolin Seeger <kseeger@samba.org>2017-07-04 13:11:16 +0200
commit4a95a8427d5134d6ccfdcee6eb26992cb70ee9fe (patch)
treec86cdf23400fff2d56a0fa24957d58b24dcf320c /VERSION
parent176a6ae1d71e6754166af2996fa2ee3114905fc7 (diff)
downloadsamba-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--VERSION4
1 files changed, 2 insertions, 2 deletions
diff --git a/VERSION b/VERSION
index 74fa2cffeae..4980c6b7116 100644
--- a/VERSION
+++ b/VERSION
@@ -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' #