From: Scott Cantor Date: Thu, 17 May 2012 16:34:41 +0000 (+0000) Subject: Include patch version X-Git-Tag: 1.5.0~19 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-xmltooling.git;a=commitdiff_plain;h=59934050ad23eb4a6b3d24be1ab8f22d43dc5a9b Include patch version --- diff --git a/config_win32.h b/config_win32.h index eaa5c52..29f3446 100644 --- a/config_win32.h +++ b/config_win32.h @@ -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 */ diff --git a/configure.ac b/configure.ac index 7a2f21b..b72699b 100644 --- a/configure.ac +++ b/configure.ac @@ -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) diff --git a/cpp-xmltooling.sln b/cpp-xmltooling.sln index db674e9..0e80177 100644 --- a/cpp-xmltooling.sln +++ b/cpp-xmltooling.sln @@ -13,6 +13,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Misc", "Misc", "{61BF324D-2 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}" diff --git a/xmltooling/xmltooling.rc b/xmltooling/xmltooling.rc index 7829a11..c49352b 100644 --- a/xmltooling/xmltooling.rc +++ b/xmltooling/xmltooling.rc @@ -45,7 +45,7 @@ BEGIN 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 @@ BEGIN 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 @@ BEGIN #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