@@ -26,7 +26,7 @@ SAMBA_COPYRIGHT_STRING="Copyright Andrew Tridgell and the Samba Team 1992-2025"
26
26
# -> "3.0.0" #
27
27
########################################################
28
28
SAMBA_VERSION_MAJOR=4
29
- SAMBA_VERSION_MINOR=22
29
+ SAMBA_VERSION_MINOR=23
30
30
SAMBA_VERSION_RELEASE=0
31
31
32
32
########################################################
@@ -79,7 +79,7 @@ SAMBA_VERSION_BETA_RELEASE=
79
79
# e.g. SAMBA_VERSION_PRE_RELEASE=1 #
80
80
# -> "2.2.9pre1" #
81
81
########################################################
82
- SAMBA_VERSION_PRE_RELEASE=
82
+ SAMBA_VERSION_PRE_RELEASE=1
83
83
84
84
########################################################
85
85
# For 'rc' releases the version will be #
@@ -89,7 +89,7 @@ SAMBA_VERSION_PRE_RELEASE=
89
89
# e.g. SAMBA_VERSION_RC_RELEASE=1 #
90
90
# -> "3.0.0rc1" #
91
91
########################################################
92
- SAMBA_VERSION_RC_RELEASE=1
92
+ SAMBA_VERSION_RC_RELEASE=
93
93
94
94
########################################################
95
95
# To mark SVN snapshots this should be set to 'yes' #
@@ -101,7 +101,7 @@ SAMBA_VERSION_RC_RELEASE=1
101
101
# e.g. SAMBA_VERSION_IS_SVN_SNAPSHOT=yes #
102
102
# -> "3.0.0-SVN-build-199" #
103
103
########################################################
104
- SAMBA_VERSION_IS_GIT_SNAPSHOT=no
104
+ SAMBA_VERSION_IS_GIT_SNAPSHOT=yes
105
105
106
106
########################################################
107
107
# This is for specifying a release nickname #
0 commit comments