You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by sc...@apache.org on 2013/06/26 03:00:32 UTC

svn commit: r1496704 - in /santuario/xml-security-cpp/trunk: configure.ac xsec/Makefile.am xsec/framework/XSECVersion.hpp xsec/framework/version.rc

Author: scantor
Date: Wed Jun 26 01:00:32 2013
New Revision: 1496704

URL: http://svn.apache.org/r1496704
Log:
Bump version

Modified:
    santuario/xml-security-cpp/trunk/configure.ac
    santuario/xml-security-cpp/trunk/xsec/Makefile.am
    santuario/xml-security-cpp/trunk/xsec/framework/XSECVersion.hpp
    santuario/xml-security-cpp/trunk/xsec/framework/version.rc

Modified: santuario/xml-security-cpp/trunk/configure.ac
URL: http://svn.apache.org/viewvc/santuario/xml-security-cpp/trunk/configure.ac?rev=1496704&r1=1496703&r2=1496704&view=diff
==============================================================================
--- santuario/xml-security-cpp/trunk/configure.ac (original)
+++ santuario/xml-security-cpp/trunk/configure.ac Wed Jun 26 01:00:32 2013
@@ -17,7 +17,7 @@
 
 # Process this file with autoreconf
 AC_PREREQ(2.50)
-AC_INIT([[XML-Security-C]],[1.7.1],[dev@santuario.apache.org],[xml-security-c])
+AC_INIT([[XML-Security-C]],[1.7.2],[dev@santuario.apache.org],[xml-security-c])
 AC_CONFIG_SRCDIR(xsec)
 AC_CONFIG_AUX_DIR(build-aux)
 AC_CONFIG_MACRO_DIR(m4)

Modified: santuario/xml-security-cpp/trunk/xsec/Makefile.am
URL: http://svn.apache.org/viewvc/santuario/xml-security-cpp/trunk/xsec/Makefile.am?rev=1496704&r1=1496703&r2=1496704&view=diff
==============================================================================
--- santuario/xml-security-cpp/trunk/xsec/Makefile.am (original)
+++ santuario/xml-security-cpp/trunk/xsec/Makefile.am Wed Jun 26 01:00:32 2013
@@ -590,7 +590,7 @@ nss_sources = \
 #
 # Now the library specific build items
 #
-libxml_security_c_la_LDFLAGS = -version-info 17:1:0
+libxml_security_c_la_LDFLAGS = -version-info 17:2:0
 
 install-exec-hook:
 	for la in $(lib_LTLIBRARIES) ; do rm -f $(DESTDIR)$(libdir)/$$la ; done

Modified: santuario/xml-security-cpp/trunk/xsec/framework/XSECVersion.hpp
URL: http://svn.apache.org/viewvc/santuario/xml-security-cpp/trunk/xsec/framework/XSECVersion.hpp?rev=1496704&r1=1496703&r2=1496704&view=diff
==============================================================================
--- santuario/xml-security-cpp/trunk/xsec/framework/XSECVersion.hpp (original)
+++ santuario/xml-security-cpp/trunk/xsec/framework/XSECVersion.hpp Wed Jun 26 01:00:32 2013
@@ -30,7 +30,7 @@
 
 #define XSEC_VERSION_MAJOR   1
 #define XSEC_VERSION_MEDIUM  7
-#define XSEC_VERSION_MINOR   1
+#define XSEC_VERSION_MINOR   2
 
 // --------------------------------------------------------------------------------
 //           Version Handling

Modified: santuario/xml-security-cpp/trunk/xsec/framework/version.rc
URL: http://svn.apache.org/viewvc/santuario/xml-security-cpp/trunk/xsec/framework/version.rc?rev=1496704&r1=1496703&r2=1496704&view=diff
==============================================================================
--- santuario/xml-security-cpp/trunk/xsec/framework/version.rc (original)
+++ santuario/xml-security-cpp/trunk/xsec/framework/version.rc Wed Jun 26 01:00:32 2013
@@ -54,8 +54,8 @@ END
 //
 
 VS_VERSION_INFO VERSIONINFO
- FILEVERSION 1,7,1,0
- PRODUCTVERSION 1,7,1,0
+ FILEVERSION 1,7,2,0
+ PRODUCTVERSION 1,7,2,0
  FILEFLAGSMASK 0x3fL
 #ifdef _DEBUG
  FILEFLAGS 0x1L
@@ -73,7 +73,7 @@ BEGIN
             VALUE "Comments", "\0"
             VALUE "CompanyName", "The Apache Software Foundation\0"
             VALUE "FileDescription", "Santuario C++ XML Security Library\0"
-            VALUE "FileVersion", "1, 7, 1, 0\0"
+            VALUE "FileVersion", "1, 7, 2, 0\0"
 #ifdef _DEBUG
             VALUE "InternalName", "xsec_1_7D\0"
 #else
@@ -88,7 +88,7 @@ BEGIN
 #endif
             VALUE "PrivateBuild", "\0"
             VALUE "ProductName", "Santuario C++ XML Security Library\0"
-            VALUE "ProductVersion", "1, 7, 1, 0\0"
+            VALUE "ProductVersion", "1, 7, 2, 0\0"
             VALUE "SpecialBuild", "\0"
         END
     END