Bump version to 2.0.4.

git-svn-id: https://svn.apache.org/repos/asf/santuario/xml-security-cpp/trunk@1894601 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/configure.ac b/configure.ac
index 7889656..a6eb7cc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@
 
 # Process this file with autoreconf
 AC_PREREQ(2.50)
-AC_INIT([[XML-Security-C]],[2.0.3],[dev@santuario.apache.org],[xml-security-c])
+AC_INIT([[XML-Security-C]],[2.0.4],[dev@santuario.apache.org],[xml-security-c])
 AC_CONFIG_SRCDIR(xsec)
 AC_CONFIG_AUX_DIR(build-aux)
 AC_CONFIG_MACRO_DIR(m4)
diff --git a/xml-security-c.spec b/xml-security-c.spec
index fd4a52e..c5f7109 100644
--- a/xml-security-c.spec
+++ b/xml-security-c.spec
@@ -1,5 +1,5 @@
 Name:           xml-security-c
-Version:        2.0.3
+Version:        2.0.4
 Release:        1
 Summary:        Apache XML security C++ library
 Group:          Development/Libraries/C and C++
@@ -97,7 +97,6 @@
 %defattr(-,root,root,-)
 %{_includedir}/*
 %{_libdir}/*.so
-%{_libdir}/*.a
 %{_libdir}/pkgconfig/xml-security-c.pc
 %exclude %{_libdir}/*.la
 
diff --git a/xsec/Makefile.am b/xsec/Makefile.am
index 8b692e8..957142e 100644
--- a/xsec/Makefile.am
+++ b/xsec/Makefile.am
@@ -652,7 +652,7 @@
 #
 # Now the library specific build items
 #
-libxml_security_c_la_LDFLAGS = -version-info 20:3:0
+libxml_security_c_la_LDFLAGS = -version-info 20:4:0
 
 EXTRA_DIST = \
   utils/winutils/XSECSOAPRequestorSimpleWin32.cpp \
diff --git a/xsec/framework/XSECVersion.hpp b/xsec/framework/XSECVersion.hpp
index 199d8e3..3c54ee7 100644
--- a/xsec/framework/XSECVersion.hpp
+++ b/xsec/framework/XSECVersion.hpp
@@ -30,7 +30,7 @@
 
 #define XSEC_VERSION_MAJOR   2
 #define XSEC_VERSION_MEDIUM  0
-#define XSEC_VERSION_MINOR   3
+#define XSEC_VERSION_MINOR   4
 
 // --------------------------------------------------------------------------------
 //           Version Handling
diff --git a/xsec/framework/version.rc b/xsec/framework/version.rc
index 0c8d584..b883ceb 100644
--- a/xsec/framework/version.rc
+++ b/xsec/framework/version.rc
@@ -54,8 +54,8 @@
 //

 

 VS_VERSION_INFO VERSIONINFO

- FILEVERSION 2,0,3,0

- PRODUCTVERSION 2,0,3,0

+ FILEVERSION 2,0,4,0

+ PRODUCTVERSION 2,0,4,0

  FILEFLAGSMASK 0x3fL

 #ifdef _DEBUG

  FILEFLAGS 0x1L

@@ -73,7 +73,7 @@
             VALUE "Comments", "\0"

             VALUE "CompanyName", "The Apache Software Foundation\0"

             VALUE "FileDescription", "Santuario C++ XML Security Library\0"

-            VALUE "FileVersion", "2, 0, 3, 0\0"

+            VALUE "FileVersion", "2, 0, 4, 0\0"

 #ifdef _DEBUG

             VALUE "InternalName", "xsec_2_0D\0"

 #else

@@ -88,7 +88,7 @@
 #endif

             VALUE "PrivateBuild", "\0"

             VALUE "ProductName", "Santuario C++ XML Security Library\0"

-            VALUE "ProductVersion", "2, 0, 3, 0\0"

+            VALUE "ProductVersion", "2, 0, 4, 0\0"

             VALUE "SpecialBuild", "\0"

         END

     END