[cpp-log4shib] 03/03: Update version to 2.0.1.

Scott Cantor cantor.2 at osu.edu
Tue Oct 19 15:05:27 UTC 2021


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch main
in repository cpp-log4shib.

View the commit online:
http://git.shibboleth.net/view/?p=cpp-log4shib.git;a=commit;h=d3f864cd6d42601c2786800ad97c3fa18030ce1b

commit d3f864cd6d42601c2786800ad97c3fa18030ce1b
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Oct 19 11:05:18 2021 -0400

    Update version to 2.0.1.
---
 configure.ac                      |  4 ++--
 include/log4shib/config-win32.h   |  2 +-
 msvc15/log4shibDLL/log4shibDLL.rc | 10 +++++-----
 3 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/configure.ac b/configure.ac
index 49dae10..09244d3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(log4shib, 2.0.0)
+AC_INIT(log4shib, 2.0.1)
 
 # autoconf 2.50 or higher to rebuild aclocal.m4, because the
 # AC_CREATE_PREFIX_CONFIG_H macro needs the AS_DIRNAME macro.
@@ -11,7 +11,7 @@ AC_PREREQ(2.50)
 #  ? :+1 : ?   == just some internal changes, nothing breaks but might work 
 #                 better
 # CURRENT : REVISION : AGE
-LT_VERSION=2:0:0
+LT_VERSION=2:1:0
 
 AC_SUBST(LT_VERSION)
 
diff --git a/include/log4shib/config-win32.h b/include/log4shib/config-win32.h
index 93267f3..a56e4b3 100644
--- a/include/log4shib/config-win32.h
+++ b/include/log4shib/config-win32.h
@@ -64,7 +64,7 @@ typedef u_long in_addr_t;
 
 /* Version number of package */
 #ifndef LOG4SHIB_VERSION
-#define LOG4SHIB_VERSION  "2.0.0"
+#define LOG4SHIB_VERSION  "2.0.1"
 #endif
 
 /* define if the compiler implements namespaces */
diff --git a/msvc15/log4shibDLL/log4shibDLL.rc b/msvc15/log4shibDLL/log4shibDLL.rc
index 6952a39..d18bd0b 100644
--- a/msvc15/log4shibDLL/log4shibDLL.rc
+++ b/msvc15/log4shibDLL/log4shibDLL.rc
@@ -10,8 +10,8 @@
 //
 
 VS_VERSION_INFO VERSIONINFO
- FILEVERSION 2,0,0,0
- PRODUCTVERSION 2,0,0,0
+ FILEVERSION 2,0,1,0
+ PRODUCTVERSION 2,0,1,0
  FILEFLAGSMASK 0x3fL
 #ifdef _DEBUG
  FILEFLAGS 0x1L
@@ -30,9 +30,9 @@ BEGIN
             VALUE "CompanyName", "Shibboleth Consortium\0"
             VALUE "ContributingAuthors", "Cedric Le Goater, Marc Welz, others. See documentation for complete list\0"     
             VALUE "FileDescription", "Log library for C++ DLL\0"
-            VALUE "FileVersion", "2.0.0\0"
+            VALUE "FileVersion", "2.0.1\0"
             VALUE "InternalName", "log4shib\0"
-            VALUE "LegalCopyright", "Copyright © 2000-2018 the Log4cpp Project, others\0"
+            VALUE "LegalCopyright", "Copyright © 2000-2021 the Log4cpp Project, others\0"
             VALUE "LegalTrademarks", "\0"
 #ifdef _DEBUG
             VALUE "OriginalFilename", "log4shib2_0D.dll\0"
@@ -41,7 +41,7 @@ BEGIN
 #endif
             VALUE "PrivateBuild", "\0"
             VALUE "ProductName", "Log library for C++\0"
-            VALUE "ProductVersion", "2.0.0\0"
+            VALUE "ProductVersion", "2.0.1\0"
             VALUE "SpecialBuild", "\0"
         END
     END

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list