[cpp-xmltooling COMMIT] in /branches/REL_1: config_win32.h configure.ac cpp-xmltooling.sln xmltooling/xmltooling.rc
noreply at shibboleth.net
noreply at shibboleth.net
Thu May 17 17:34:41 BST 2012
Author: scantor
Date: Thu May 17 17:34:41 2012
New Revision: 972
URL: http://svn.shibboleth.net/view/cpp-xmltooling?rev=972&view=rev
Log:
Include patch version
Modified:
branches/REL_1/config_win32.h
branches/REL_1/configure.ac
branches/REL_1/cpp-xmltooling.sln
branches/REL_1/xmltooling/xmltooling.rc
Modified: branches/REL_1/config_win32.h
URL: http://svn.shibboleth.net/view/cpp-xmltooling/branches/REL_1/config_win32.h?rev=972&r1=971&r2=972&view=diff
==============================================================================
--- branches/REL_1/config_win32.h (original)
+++ branches/REL_1/config_win32.h Thu May 17 17:34:41 2012
@@ -114,13 +114,13 @@
#define PACKAGE_NAME "xmltooling"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "xmltooling 1.5"
+#define PACKAGE_STRING "xmltooling 1.5.0"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "xmltooling"
/* Define to the version of this package. */
-#define PACKAGE_VERSION "1.5"
+#define PACKAGE_VERSION "1.5.0"
/* Define to the necessary symbol if this constant uses a non-standard name on
your system. */
@@ -133,7 +133,7 @@
/* #undef TM_IN_SYS_TIME */
/* Version number of package */
-#define VERSION "1.5"
+#define VERSION "1.5.0"
/* Define if you wish to disable XML-Security-dependent features. */
/* #undef XMLTOOLING_NO_XMLSEC */
Modified: branches/REL_1/configure.ac
URL: http://svn.shibboleth.net/view/cpp-xmltooling/branches/REL_1/configure.ac?rev=972&r1=971&r2=972&view=diff
==============================================================================
--- branches/REL_1/configure.ac (original)
+++ branches/REL_1/configure.ac Thu May 17 17:34:41 2012
@@ -1,6 +1,6 @@
# Process this file with autoreconf
AC_PREREQ([2.50])
-AC_INIT([xmltooling],[1.5],[https://issues.shibboleth.net/],[xmltooling])
+AC_INIT([xmltooling],[1.5.0],[https://issues.shibboleth.net/],[xmltooling])
AC_CONFIG_SRCDIR(xmltooling)
AC_CONFIG_AUX_DIR(build-aux)
AC_CONFIG_MACRO_DIR(m4)
Modified: branches/REL_1/cpp-xmltooling.sln
URL: http://svn.shibboleth.net/view/cpp-xmltooling/branches/REL_1/cpp-xmltooling.sln?rev=972&r1=971&r2=972&view=diff
==============================================================================
--- branches/REL_1/cpp-xmltooling.sln (original)
+++ branches/REL_1/cpp-xmltooling.sln Thu May 17 17:34:41 2012
@@ -13,6 +13,7 @@
doxygen.cfg = doxygen.cfg
m4\doxygen.m4 = m4\doxygen.m4
Makefile.am = Makefile.am
+ xmltooling.spec.in = xmltooling.spec.in
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Schemas", "Schemas", "{23EF5C29-2A13-4F73-99D1-96B8120F148E}"
Modified: branches/REL_1/xmltooling/xmltooling.rc
URL: http://svn.shibboleth.net/view/cpp-xmltooling/branches/REL_1/xmltooling/xmltooling.rc?rev=972&r1=971&r2=972&view=diff
==============================================================================
--- branches/REL_1/xmltooling/xmltooling.rc (original)
+++ branches/REL_1/xmltooling/xmltooling.rc Thu May 17 17:34:41 2012
@@ -45,7 +45,7 @@
BLOCK "040904b0"
BEGIN
VALUE "Comments", "\0"
- VALUE "CompanyName", "Internet2\0"
+ VALUE "CompanyName", "Shibboleth Consortium\0"
#ifdef XMLTOOLING_LITE
VALUE "FileDescription", "OpenSAML XMLTooling-Lite Library\0"
#else
@@ -65,7 +65,7 @@
VALUE "InternalName", "xmltooling1_5\0"
#endif
#endif
- VALUE "LegalCopyright", "Copyright © 2011 UCAID\0"
+ VALUE "LegalCopyright", "Copyright © 2012 UCAID\0"
VALUE "LegalTrademarks", "\0"
#ifdef XMLTOOLING_LITE
#ifdef _DEBUG
@@ -81,7 +81,7 @@
#endif
#endif
VALUE "PrivateBuild", "\0"
- VALUE "ProductName", "OpenSAML 2.5\0"
+ VALUE "ProductName", "OpenSAML 2.5.0\0"
VALUE "ProductVersion", "2, 5, 0, 0\0"
VALUE "SpecialBuild", "\0"
END
More information about the commits
mailing list