Bump version.
authorScott Cantor <cantor.2@osu.edu>
Mon, 23 Nov 2009 15:41:02 +0000 (15:41 +0000)
committerScott Cantor <cantor.2@osu.edu>
Mon, 23 Nov 2009 15:41:02 +0000 (15:41 +0000)
.cproject
config_win32.h
configure.ac
doc/README.txt
xmltooling/Makefile.am
xmltooling/version.h
xmltooling/xmltooling.rc

index 98ea99e..b7338db 100644 (file)
--- a/.cproject
+++ b/.cproject
@@ -66,6 +66,7 @@
 <listOptionValue builtIn="false" value="&quot;C:\log4shib-1.0.3\include&quot;"/>\r
 <listOptionValue builtIn="false" value="&quot;C:\xerces-c-3.0.1-x86-windows-vc-9.0\include&quot;"/>\r
 <listOptionValue builtIn="false" value="&quot;C:\xml-security-c-1.5.1\include&quot;"/>\r
+<listOptionValue builtIn="false" value="&quot;C:\Program Files\Microsoft Visual Studio 9.0\VC\include&quot;"/>\r
 </option>\r
 <inputType id="org.eclipse.linuxtools.cdt.autotools.inputType.configure.387715961" superClass="org.eclipse.linuxtools.cdt.autotools.inputType.configure"/>\r
 <inputType id="org.eclipse.linuxtools.cdt.autotools.inputType.configure1.2086982536" superClass="org.eclipse.linuxtools.cdt.autotools.inputType.configure1"/>\r
index 220f1ac..39b5e1b 100644 (file)
 #define PACKAGE_NAME "xmltooling"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "xmltooling 1.3.1"
+#define PACKAGE_STRING "xmltooling 1.3.2"
 
 /* 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.3.1"
+#define PACKAGE_VERSION "1.3.2"
 
 /* Define to the necessary symbol if this constant uses a non-standard name on
    your system. */
 /* #undef TM_IN_SYS_TIME */
 
 /* Version number of package */
-#define VERSION "1.3.1"
+#define VERSION "1.3.2"
 
 /* Define if you wish to disable XML-Security-dependent features. */
 /* #undef XMLTOOLING_NO_XMLSEC */
index 73bbd57..46b7278 100644 (file)
@@ -1,8 +1,8 @@
 AC_PREREQ([2.50])
-AC_INIT([xmltooling], [1.3.1], [mace-opensaml-users@internet2.edu], [xmltooling])
+AC_INIT([xmltooling], [1.3.2], [mace-opensaml-users@internet2.edu], [xmltooling])
 AM_CONFIG_HEADER(config.h)
 AM_CONFIG_HEADER(xmltooling/config_pub.h)
-AM_INIT_AUTOMAKE([xmltooling], [1.3.1])
+AM_INIT_AUTOMAKE([xmltooling], [1.3.2])
 
 sinclude(doxygen.m4)
 sinclude(acx_pthread.m4)
index ff13ca5..b80aea5 100644 (file)
@@ -1,8 +1,8 @@
-VERSION 1.3.1
+VERSION 1.3.2
 
 Issues addressed by this release:
 ---------------------------------
-https://bugs.internet2.edu/jira/browse/CPPXT/fixforversion/10269
+https://bugs.internet2.edu/jira/browse/CPPXT/fixforversion/10272
 
 Documentation:
 --------------
index cb1380f..69f037e 100644 (file)
@@ -198,10 +198,10 @@ common_sources = \
 libxmltooling_lite_la_SOURCES = \
        ${common_sources}
 libxmltooling_lite_la_CPPFLAGS = -DXMLTOOLING_LITE
-libxmltooling_lite_la_LDFLAGS = -version-info 4:1:0
+libxmltooling_lite_la_LDFLAGS = -version-info 4:2:0
 
 if BUILD_XMLSEC
-libxmltooling_la_LDFLAGS = $(XMLSEC_LIBS) -version-info 4:1:0
+libxmltooling_la_LDFLAGS = $(XMLSEC_LIBS) -version-info 4:2:0
 libxmltooling_la_SOURCES = \
        ${common_sources} \
        ${xmlsec_sources}
index a777851..db5a3fc 100644 (file)
@@ -39,7 +39,7 @@
 
 #define XMLTOOLING_VERSION_MAJOR 1
 #define XMLTOOLING_VERSION_MINOR 3
-#define XMLTOOLING_VERSION_REVISION 1
+#define XMLTOOLING_VERSION_REVISION 2
 
 /** DO NOT MODIFY BELOW THIS LINE */
 
index 2a4385a..3458437 100644 (file)
@@ -28,7 +28,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
 //\r
 \r
 VS_VERSION_INFO VERSIONINFO\r
- FILEVERSION 1,3,1,0\r
+ FILEVERSION 1,3,2,0\r
  PRODUCTVERSION 2,3,0,0\r
  FILEFLAGSMASK 0x3fL\r
 #ifdef _DEBUG\r
@@ -51,7 +51,7 @@ BEGIN
 #else\r
             VALUE "FileDescription", "OpenSAML XMLTooling Library\0"\r
 #endif\r
-            VALUE "FileVersion", "1, 3, 1, 0\0"\r
+            VALUE "FileVersion", "1, 3, 2, 0\0"\r
 #ifdef XMLTOOLING_LITE\r
 #ifdef _DEBUG\r
             VALUE "InternalName", "xmltooling-lite1_3D\0"\r