Skip to content

Commit

Permalink
Update version to 3.2.0
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@1799382 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Scott Cantor committed Jun 21, 2017
1 parent 2858d33 commit 3765932
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 24 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -24,7 +24,7 @@
#

AC_PREREQ(2.60)
AC_INIT([xerces-c],[3.1.0])
AC_INIT([xerces-c],[3.2.0])
AC_CONFIG_SRCDIR([src/Makefile.am])
AC_CONFIG_LIBOBJ_DIR([src])
AC_CONFIG_AUX_DIR([config])
Expand Down
2 changes: 1 addition & 1 deletion doc/Doxyfile
Expand Up @@ -23,7 +23,7 @@ PROJECT_NAME = Xerces-C++
# This could be handy for archiving the generated documentation or
# if some version control system is used.

PROJECT_NUMBER = 3.1.0
PROJECT_NUMBER = 3.2.0

# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.
Expand Down
14 changes: 7 additions & 7 deletions doc/style/dtd/entities.ent
Expand Up @@ -5,16 +5,16 @@
<!ENTITY XercesCName "Xerces-C++"> <!-- productname -->

<!ENTITY XercesC3Series "3"> <!-- release series -->
<!ENTITY XercesC3Version "3.1.0"> <!-- 3-series version number -->
<!ENTITY XercesC3InstallDir "xerces-c-3.1.0"> <!-- installdirname -->
<!ENTITY XercesC3SrcInstallDir "xerces-c-3.1.0"> <!-- sourcedirectory -->
<!ENTITY XercesC3ToolsInstallDir "xerces-c-tools-3.1.0"> <!-- sourcedirectory -->
<!ENTITY XercesC3Version "3.2.0"> <!-- 3-series version number -->
<!ENTITY XercesC3InstallDir "xerces-c-3.2.0"> <!-- installdirname -->
<!ENTITY XercesC3SrcInstallDir "xerces-c-3.2.0"> <!-- sourcedirectory -->
<!ENTITY XercesC3ToolsInstallDir "xerces-c-tools-3.2.0"> <!-- sourcedirectory -->
<!ENTITY XercesC3WindowsLib "xerces-c_3"> <!-- windowslibname -->
<!ENTITY XercesC3WindowsDLL "xerces-c_3_1"> <!-- windowsDLLname -->
<!ENTITY XercesC3UnixSoVersion "3.1"> <!-- unixlibversion -->
<!ENTITY XercesC3WindowsDLL "xerces-c_3_2"> <!-- windowsDLLname -->
<!ENTITY XercesC3UnixSoVersion "3.2"> <!-- unixlibversion -->
<!ENTITY XercesC3UnixLib "libxerces-c"> <!-- unixlibname -->
<!ENTITY XercesC3Namespace "xercesc"> <!-- C++ namespace name -->
<!ENTITY XercesC3NSVersion "xercesc_3_1"> <!-- C++ namespace name with Version -->
<!ENTITY XercesC3NSVersion "xercesc_3_2"> <!-- C++ namespace name with Version -->


<!ENTITY HelpURI "http://xerces.apache.org/xerces-c/feedback.html"> <!-- help and feedback -->
Expand Down
2 changes: 1 addition & 1 deletion doc/xerces-c_book.xml
Expand Up @@ -18,7 +18,7 @@

<!DOCTYPE book SYSTEM "sbk:/style/dtd/book.dtd">

<book title="&XercesCName; &XercesC3Version; Documentation" copyright="1999-2014 The Apache Software Foundation">
<book title="&XercesCName; &XercesC3Version; Documentation" copyright="1999-2017 The Apache Software Foundation">

<section label="&XercesCName; &XercesC3Version;"/>

Expand Down
18 changes: 9 additions & 9 deletions src/xercesc/util/MsgLoaders/Win32/Version.rc
Expand Up @@ -35,8 +35,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 3,1,0,0
PRODUCTVERSION 3,1,0,0
FILEVERSION 3,2,0,0
PRODUCTVERSION 3,2,0,0
FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
#ifdef _DEBUG
FILEFLAGS VS_FF_DEBUG
Expand All @@ -53,15 +53,15 @@ BEGIN
BEGIN
VALUE "Comments", "Dynamic linked library for Xerces-C++\0"
VALUE "CompanyName", "Apache Software Foundation\0"
VALUE "FileDescription", "Shared Library for Xerces-C++ Version 3.1.0\0"
VALUE "FileVersion", "3, 1, 0\0"
VALUE "InternalName", "xerces-c_3_1.dll\0"
VALUE "LegalCopyright", "Copyright � 1999-2014 Apache Software Foundation; subject to licensing terms\0"
VALUE "FileDescription", "Shared Library for Xerces-C++ Version 3.2.0\0"
VALUE "FileVersion", "3, 2, 0\0"
VALUE "InternalName", "xerces-c_3_2.dll\0"
VALUE "LegalCopyright", "Copyright � 1999-2017 Apache Software Foundation; subject to licensing terms\0"
VALUE "LegalTrademarks", "\0"
VALUE "OriginalFilename", "xerces-c_3_1.dll\0"
VALUE "OriginalFilename", "xerces-c_3_2.dll\0"
VALUE "PrivateBuild", "\0"
VALUE "ProductName", "Xerces-C++ Version 3.1.0\0"
VALUE "ProductVersion", "3, 1, 0\0"
VALUE "ProductName", "Xerces-C++ Version 3.2.0\0"
VALUE "ProductVersion", "3, 2, 0\0"
VALUE "SpecialBuild", "\0"
END
END
Expand Down
2 changes: 1 addition & 1 deletion src/xercesc/util/XercesVersion.hpp
Expand Up @@ -127,7 +127,7 @@
*/

#define XERCES_VERSION_MAJOR 3
#define XERCES_VERSION_MINOR 1
#define XERCES_VERSION_MINOR 2
#define XERCES_VERSION_REVISION 0

/***
Expand Down
6 changes: 3 additions & 3 deletions version.incl
Expand Up @@ -17,6 +17,6 @@
#
# $Id$
#
VER=3_1_0
INTERFACE_VER_D=3.1
INTERFACE_VER_U=3_1
VER=3_2_0
INTERFACE_VER_D=3.2
INTERFACE_VER_U=3_2
5 changes: 4 additions & 1 deletion xerces-c.spec
@@ -1,6 +1,6 @@
Summary: Xerces-C++ validating XML parser
Name: xerces-c
Version: 3.1.0
Version: 3.2.0
Release: 1
URL: http://xerces.apache.org/xerces-c/
Source0: %{name}-%{version}.tar.gz
Expand Down Expand Up @@ -73,6 +73,9 @@ manipulating, and validating XML documents.
%{_libdir}/pkgconfig/%{name}.pc

%changelog
* Tue Jun 20 2017 Scott Cantor <cantor.2@osu.edu>
- Bumped version to 3.2.0

* Fri Mar 7 2008 Boris Kolpackov <boris@codesynthesis.com>
- Integrated updates for 3.0.0 from Scott Cantor.

Expand Down

0 comments on commit 3765932

Please sign in to comment.