Skip to content

Commit

Permalink
VERSION: Set version to 4.4.0rc1...
Browse files Browse the repository at this point in the history
and disable git snapshots for 4.4.0rc1 release.

Signed-off-by: Karolin Seeger <[email protected]>
  • Loading branch information
kseeger authored and obnoxxx committed Jan 26, 2016
1 parent d201a20 commit 6c547b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions VERSION
Original file line number Diff line number Diff line change
Expand Up @@ -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 #
Expand All @@ -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' #
Expand All @@ -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 #
Expand Down

0 comments on commit 6c547b3

Please sign in to comment.