Skip to content

Commit

Permalink
VERSION: Disable GIT_SNAPSHOT for the 4.11.0rc1 release...
Browse files Browse the repository at this point in the history
Signed-off-by: Karolin Seeger <[email protected]>
  • Loading branch information
kseeger committed Jul 9, 2019
1 parent 8460e86 commit 2da2940
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 2da2940

Please sign in to comment.