Bump version to 2.0.3

git-svn-id: https://svn.apache.org/repos/asf/santuario/xml-security-cpp/trunk@1894261 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/configure.ac b/configure.ac
index b43d7a5..f40c549 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.2],[dev@santuario.apache.org],[xml-security-c])
+AC_INIT([[XML-Security-C]],[2.0.3],[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 68f9a6e..fd4a52e 100644
--- a/xml-security-c.spec
+++ b/xml-security-c.spec
@@ -1,6 +1,6 @@
 Name:           xml-security-c
-Version:        2.0.2
-Release:        2
+Version:        2.0.3
+Release:        1
 Summary:        Apache XML security C++ library
 Group:          Development/Libraries/C and C++
 License:        Apache 2.0
@@ -102,6 +102,9 @@
 %exclude %{_libdir}/*.la
 
 %changelog
+* Thu Oct 14 2021 Scott Cantor <cantor.2@osu.edu> 2.0.3-1
+- Bump version for OpenSSL 3 fix
+
 * Fri Sep 27 2019 Scott Cantor <cantor.2@osu.edu> 2.0.0-2
 - Add CentOS 8 dependency rule
 - Remove Solaris exclusions
diff --git a/xsec/Makefile.am b/xsec/Makefile.am
index 0e78869..ec5dd90 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:2:0
+libxml_security_c_la_LDFLAGS = -version-info 20:3:0
 
 EXTRA_DIST = \
   utils/winutils/XSECSOAPRequestorSimpleWin32.cpp \
diff --git a/xsec/framework/XSECVersion.hpp b/xsec/framework/XSECVersion.hpp
index 1e369a7..199d8e3 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   2
+#define XSEC_VERSION_MINOR   3
 
 // --------------------------------------------------------------------------------
 //           Version Handling
diff --git a/xsec/framework/version.rc b/xsec/framework/version.rc
index 058153a..0c8d584 100644
--- a/xsec/framework/version.rc
+++ b/xsec/framework/version.rc
@@ -54,8 +54,8 @@
 //

 

 VS_VERSION_INFO VERSIONINFO

- FILEVERSION 2,0,2,0

- PRODUCTVERSION 2,0,2,0

+ FILEVERSION 2,0,3,0

+ PRODUCTVERSION 2,0,3,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, 2, 0\0"

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

 #ifdef _DEBUG

             VALUE "InternalName", "xsec_2_0D\0"

 #else

             VALUE "InternalName", "xsec_2_0\0"

 #endif

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

+            VALUE "LegalCopyright", "Copyright � 2002-2021 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, 2, 0\0"

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

             VALUE "SpecialBuild", "\0"

         END

     END