Skip to content

Commit 2986c26

Browse files
author
Jule Anger
committed
VERSION: Disable GIT_SNAPSHOT for the Samba 4.23.0rc1 release.
Signed-off-by: Jule Anger <janger@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
1 parent 726191b commit 2986c26

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

VERSION

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ SAMBA_VERSION_BETA_RELEASE=
7979
# e.g. SAMBA_VERSION_PRE_RELEASE=1 #
8080
# -> "2.2.9pre1" #
8181
########################################################
82-
SAMBA_VERSION_PRE_RELEASE=1
82+
SAMBA_VERSION_PRE_RELEASE=
8383

8484
########################################################
8585
# For 'rc' releases the version will be #
@@ -89,7 +89,7 @@ SAMBA_VERSION_PRE_RELEASE=1
8989
# e.g. SAMBA_VERSION_RC_RELEASE=1 #
9090
# -> "3.0.0rc1" #
9191
########################################################
92-
SAMBA_VERSION_RC_RELEASE=
92+
SAMBA_VERSION_RC_RELEASE=1
9393

9494
########################################################
9595
# To mark SVN snapshots this should be set to 'yes' #
@@ -101,7 +101,7 @@ SAMBA_VERSION_RC_RELEASE=
101101
# e.g. SAMBA_VERSION_IS_SVN_SNAPSHOT=yes #
102102
# -> "3.0.0-SVN-build-199" #
103103
########################################################
104-
SAMBA_VERSION_IS_GIT_SNAPSHOT=yes
104+
SAMBA_VERSION_IS_GIT_SNAPSHOT=no
105105

106106
########################################################
107107
# This is for specifying a release nickname #

0 commit comments

Comments
 (0)