[cpp-sp] branch main updated: Adjust version string across project.
Scott Cantor
cantor.2 at osu.edu
Fri Oct 17 12:43:18 UTC 2025
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository cpp-sp.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=81b7cf26cb448660a9401afa3ca2834af7a7cabf
The following commit(s) were added to refs/heads/main by this push:
new 81b7cf26 Adjust version string across project.
81b7cf26 is described below
commit 81b7cf26cb448660a9401afa3ca2834af7a7cabf
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Oct 17 08:43:13 2025 -0400
Adjust version string across project.
---
config_win32.h | 6 +++---
util/resourceCommon.rci | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/config_win32.h b/config_win32.h
index 24d2da8c..bde10770 100644
--- a/config_win32.h
+++ b/config_win32.h
@@ -118,13 +118,13 @@
#define PACKAGE_NAME "shibboleth-sp"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "shibboleth-sp 4.0.0-alpha1"
+#define PACKAGE_STRING "shibboleth-sp 4.0.0alpha1"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "shibboleth-sp"
/* Define to the version of this package. */
-#define PACKAGE_VERSION "4.0.0-alpha1"
+#define PACKAGE_VERSION "4.0.0alpha1"
/* Define to the necessary symbol if this constant uses a non-standard name on
your system. */
@@ -137,7 +137,7 @@
/* #undef TM_IN_SYS_TIME */
/* Version number of package */
-#define VERSION "4.0.0-alpha1"
+#define VERSION "4.0.0alpha1"
/* Define to empty if `const' does not conform to ANSI C. */
/* #undef const */
diff --git a/util/resourceCommon.rci b/util/resourceCommon.rci
index 743d2b41..3aba3f11 100644
--- a/util/resourceCommon.rci
+++ b/util/resourceCommon.rci
@@ -5,6 +5,6 @@
VALUE "LegalCopyright", "Copyright 2001-2025 Various\0"
VALUE "LegalTrademarks", "\0"
VALUE "PrivateBuild", "\0"
- VALUE "ProductName", "Shibboleth 4.0.0-alpha1\0"
+ VALUE "ProductName", "Shibboleth 4.0.0alpha1\0"
VALUE "ProductVersion", "4, 0, 0, 0\0"
VALUE "SpecialBuild", "\0"
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list