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/05/02 20:54:18 UTC

svn commit: r1478486 - in /santuario/xml-security-cpp/trunk: configure.ac xml-security-c.spec xsec/Makefile.am xsec/framework/XSECVersion.hpp

Author: scantor
Date: Thu May  2 18:54:18 2013
New Revision: 1478486

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

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

Modified: santuario/xml-security-cpp/trunk/configure.ac
URL: http://svn.apache.org/viewvc/santuario/xml-security-cpp/trunk/configure.ac?rev=1478486&r1=1478485&r2=1478486&view=diff
==============================================================================
--- santuario/xml-security-cpp/trunk/configure.ac (original)
+++ santuario/xml-security-cpp/trunk/configure.ac Thu May  2 18:54:18 2013
@@ -17,7 +17,7 @@
 
 # Process this file with autoreconf
 AC_PREREQ(2.50)
-AC_INIT([[XML-Security-C]],[1.7.0],[santuario-dev@apache.org],[xml-security-c])
+AC_INIT([[XML-Security-C]],[1.7.1],[santuario-dev@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/xml-security-c.spec
URL: http://svn.apache.org/viewvc/santuario/xml-security-cpp/trunk/xml-security-c.spec?rev=1478486&r1=1478485&r2=1478486&view=diff
==============================================================================
--- santuario/xml-security-cpp/trunk/xml-security-c.spec (original)
+++ santuario/xml-security-cpp/trunk/xml-security-c.spec Thu May  2 18:54:18 2013
@@ -1,5 +1,5 @@
 Name:           xml-security-c
-Version:        1.7.0
+Version:        1.7.1
 Release:        1
 Summary:        Apache XML security C++ library
 Group:          Development/Libraries/C and C++

Modified: santuario/xml-security-cpp/trunk/xsec/Makefile.am
URL: http://svn.apache.org/viewvc/santuario/xml-security-cpp/trunk/xsec/Makefile.am?rev=1478486&r1=1478485&r2=1478486&view=diff
==============================================================================
--- santuario/xml-security-cpp/trunk/xsec/Makefile.am (original)
+++ santuario/xml-security-cpp/trunk/xsec/Makefile.am Thu May  2 18:54:18 2013
@@ -590,7 +590,7 @@ nss_sources = \
 #
 # Now the library specific build items
 #
-libxml_security_c_la_LDFLAGS = -version-info 17:0:0
+libxml_security_c_la_LDFLAGS = -version-info 17:1:0
 
 install-exec-hook:
 	for la in $(lib_LTLIBRARIES) ; do rm -f $(DESTDIR)$(libdir)/$$la ; done
@@ -618,4 +618,4 @@ EXTRA_DIST = \
   enc/WinCAPI/WinCAPICryptoSymmetricKey.cpp \
   enc/WinCAPI/WinCAPICryptoKeyHMAC.cpp
 
-	
\ No newline at end of file
+	

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=1478486&r1=1478485&r2=1478486&view=diff
==============================================================================
--- santuario/xml-security-cpp/trunk/xsec/framework/XSECVersion.hpp (original)
+++ santuario/xml-security-cpp/trunk/xsec/framework/XSECVersion.hpp Thu May  2 18:54:18 2013
@@ -30,7 +30,7 @@
 
 #define XSEC_VERSION_MAJOR   1
 #define XSEC_VERSION_MEDIUM  7
-#define XSEC_VERSION_MINOR   0
+#define XSEC_VERSION_MINOR   1
 
 // --------------------------------------------------------------------------------
 //           Version Handling