The branch, v4-16-test has been updated via 3fdc553c981 VERSION: Bump version up to 4.16.0rc2... from 401df670af4 VERSION: Disable GIT_SNAPSHOT for the Samba 4.16.0rc1 release.
https://git.samba.org/?p=samba.git;a=shortlog;h=v4-16-test - Log ----------------------------------------------------------------- commit 3fdc553c9812f1d857abc7ed328e21ec7b56796d Author: Stefan Metzmacher <me...@samba.org> Date: Fri Jan 28 11:18:06 2022 +0100 VERSION: Bump version up to 4.16.0rc2... and re-enable GIT_SNAPSHOT. Signed-off-by: Stefan Metzmacher <me...@samba.org> Autobuild-User(v4-16-test): Stefan Metzmacher <me...@samba.org> Autobuild-Date(v4-16-test): Fri Jan 28 11:17:33 UTC 2022 on sn-devel-184 ----------------------------------------------------------------------- Summary of changes: VERSION | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Changeset truncated at 500 lines: diff --git a/VERSION b/VERSION index ddecf60a1f0..89dddc40217 100644 --- a/VERSION +++ b/VERSION @@ -87,7 +87,7 @@ SAMBA_VERSION_PRE_RELEASE= # e.g. SAMBA_VERSION_RC_RELEASE=1 # # -> "3.0.0rc1" # ######################################################## -SAMBA_VERSION_RC_RELEASE=1 +SAMBA_VERSION_RC_RELEASE=2 ######################################################## # To mark SVN snapshots this should be set to 'yes' # @@ -99,7 +99,7 @@ SAMBA_VERSION_RC_RELEASE=1 # e.g. SAMBA_VERSION_IS_SVN_SNAPSHOT=yes # # -> "3.0.0-SVN-build-199" # ######################################################## -SAMBA_VERSION_IS_GIT_SNAPSHOT=no +SAMBA_VERSION_IS_GIT_SNAPSHOT=yes ######################################################## # This is for specifying a release nickname # -- Samba Shared Repository