Update version to 2.0.1.

git-svn-id: https://svn.apache.org/repos/asf/santuario/xml-security-cpp/trunk@1837241 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/configure.ac b/configure.ac
index 031243e..93ae904 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.0],[dev@santuario.apache.org],[xml-security-c])
+AC_INIT([[XML-Security-C]],[2.0.1],[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 3564a66..6395fe8 100644
--- a/xml-security-c.spec
+++ b/xml-security-c.spec
@@ -1,5 +1,5 @@
 Name:           xml-security-c
-Version:        2.0.0
+Version:        2.0.1
 Release:        1
 Summary:        Apache XML security C++ library
 Group:          Development/Libraries/C and C++
diff --git a/xsec/Makefile.am b/xsec/Makefile.am
index 4d1fb51..df7a64c 100644
--- a/xsec/Makefile.am
+++ b/xsec/Makefile.am
@@ -650,7 +650,7 @@
 #
 # Now the library specific build items
 #
-libxml_security_c_la_LDFLAGS = -version-info 20:0:0
+libxml_security_c_la_LDFLAGS = -version-info 20:1:0
 
 EXTRA_DIST = \
   utils/winutils/XSECSOAPRequestorSimpleWin32.cpp \
diff --git a/xsec/framework/XSECVersion.hpp b/xsec/framework/XSECVersion.hpp
index 2bee3df..8a93e32 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   0
+#define XSEC_VERSION_MINOR   1
 
 // --------------------------------------------------------------------------------
 //           Version Handling
diff --git a/xsec/framework/version.rc b/xsec/framework/version.rc
index da9b15d..fda9ea4 100644
--- a/xsec/framework/version.rc
+++ b/xsec/framework/version.rc
@@ -54,8 +54,8 @@
 //

 

 VS_VERSION_INFO VERSIONINFO

- FILEVERSION 2,0,0,0

- PRODUCTVERSION 2,0,0,0

+ FILEVERSION 2,0,1,0

+ PRODUCTVERSION 2,0,1,0

  FILEFLAGSMASK 0x3fL

 #ifdef _DEBUG

  FILEFLAGS 0x1L

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

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

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

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

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

 #ifdef _DEBUG

             VALUE "InternalName", "xsec_2_0D\0"

 #else

             VALUE "InternalName", "xsec_2_0\0"

 #endif

-            VALUE "LegalCopyright", "Copyright � 2002-2017 The Apache Software Foundation\0"

+            VALUE "LegalCopyright", "Copyright � 2002-2018 The Apache Software Foundation\0"

             VALUE "LegalTrademarks", "\0"

 #ifdef _DEBUG

             VALUE "OriginalFilename", "xsec_2_0D.dll\0"

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

             VALUE "PrivateBuild", "\0"

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

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

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

             VALUE "SpecialBuild", "\0"

         END

     END