summaryrefslogtreecommitdiff
path: root/VERSION
diff options
context:
space:
mode:
authorKarolin Seeger <kseeger@samba.org>2017-01-05 08:43:57 +0100
committerKarolin Seeger <kseeger@samba.org>2017-01-05 08:43:57 +0100
commit3817fd5386b48fe9091653a2e91be227d73bb970 (patch)
treeb2ea452966ad6e43f4a51a4920e196961a68d405 /VERSION
parenteb35afacc145914478bc94bba9cbab6220b4f7ff (diff)
downloadsamba-3817fd5386b48fe9091653a2e91be227d73bb970.tar.gz
VERSION: Bump version up to 4.6.0rc1.
Signed-off-by: Karolin Seeger <kseeger@samba.org>
Diffstat (limited to 'VERSION')
-rw-r--r--VERSION4
1 files changed, 2 insertions, 2 deletions
diff --git a/VERSION b/VERSION
index 72523731f52..87d6740a79a 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' #