From 78f874580a96cca5adc30a0a1bd82c54ee1b10d7 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 8 Jul 2014 08:18:31 +0200 Subject: Bump version to 4.0.0 --- doc/cxx/tree/manual/index.xhtml | 4 ++-- doc/xsd-prologue.1 | 2 +- libxsd/xsd/cxx/version.hxx | 4 ++-- version | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/cxx/tree/manual/index.xhtml b/doc/cxx/tree/manual/index.xhtml index 235c33c..56213e0 100644 --- a/doc/cxx/tree/manual/index.xhtml +++ b/doc/cxx/tree/manual/index.xhtml @@ -8,7 +8,7 @@ - + @@ -441,7 +441,7 @@ called C++/Tree.

-

Revision 3.0.0
+

Revision 4.0.0
This revision of the manual describes the C++/Tree mapping as implemented by CodeSynthesis XSD version 4.0.0.

diff --git a/doc/xsd-prologue.1 b/doc/xsd-prologue.1 index 9a31635..f5c93b8 100644 --- a/doc/xsd-prologue.1 +++ b/doc/xsd-prologue.1 @@ -1,7 +1,7 @@ .\" Process this file with .\" groff -man -Tascii xsd.1 .\" -.TH XSD 1 "August 2010" "XSD 4.0.0" +.TH XSD 1 "July 2014" "XSD 4.0.0" .SH NAME xsd \- W3C XML Schema to C++ Compiler .\" diff --git a/libxsd/xsd/cxx/version.hxx b/libxsd/xsd/cxx/version.hxx index 9bc8590..2e2312f 100644 --- a/libxsd/xsd/cxx/version.hxx +++ b/libxsd/xsd/cxx/version.hxx @@ -22,7 +22,7 @@ // 3.0.0.b2 02999952 // -#define XSD_STR_VERSION "4.0.0.a14" -#define XSD_INT_VERSION 3999914L +#define XSD_STR_VERSION "4.0.0" +#define XSD_INT_VERSION 4000000L #endif // XSD_CXX_VERSION_HXX diff --git a/version b/version index 62e5605..fcdb2e1 100644 --- a/version +++ b/version @@ -1 +1 @@ -4.0.0.a14 +4.0.0 -- cgit v1.1