[cpp-log4shib] branch master updated: Missed version constant for Windows.
Scott Cantor
cantor.2 at osu.edu
Wed Dec 12 16:25:29 EST 2018
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch master
in repository cpp-log4shib.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-log4shib.git;a=commit;h=633b0a5ecf2c849de1e2a4c5a67add6423abc9c4
The following commit(s) were added to refs/heads/master by this push:
new 633b0a5 Missed version constant for Windows.
633b0a5 is described below
commit 633b0a5ecf2c849de1e2a4c5a67add6423abc9c4
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Dec 12 16:25:22 2018 -0500
Missed version constant for Windows.
---
include/log4shib/config-win32.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/log4shib/config-win32.h b/include/log4shib/config-win32.h
index 371c041..93267f3 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 "1.0.10"
+#define LOG4SHIB_VERSION "2.0.0"
#endif
/* define if the compiler implements namespaces */
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list