From f1944f2942f6cdcca539f7da92334556bfc104df Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 29 Aug 2010 15:30:47 +0200 Subject: Bump version to 4.0.0.a1 --- documentation/cxx/tree/manual/index.xhtml | 6 +++--- documentation/xsd.1 | 2 +- documentation/xsd.xhtml | 2 +- libxsd/xsd/cxx/version.hxx | 4 ++-- version | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/documentation/cxx/tree/manual/index.xhtml b/documentation/cxx/tree/manual/index.xhtml index 05a26ce..81896fc 100644 --- a/documentation/cxx/tree/manual/index.xhtml +++ b/documentation/cxx/tree/manual/index.xhtml @@ -8,7 +8,7 @@ - + @@ -438,9 +438,9 @@ called C++/Tree.

-

Revision 2.3.0
+

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

This document is available in the following formats: diff --git a/documentation/xsd.1 b/documentation/xsd.1 index ecde0ca..da9b6dc 100644 --- a/documentation/xsd.1 +++ b/documentation/xsd.1 @@ -1,7 +1,7 @@ .\" Process this file with .\" groff -man -Tascii xsd.1 .\" -.TH XSD 1 "April 2010" "XSD 3.3.0" +.TH XSD 1 "August 2010" "XSD 4.0.0" .SH NAME xsd \- W3C XML Schema to C++ Compiler .\" diff --git a/documentation/xsd.xhtml b/documentation/xsd.xhtml index f5fb0b7..79125a2 100644 --- a/documentation/xsd.xhtml +++ b/documentation/xsd.xhtml @@ -3,7 +3,7 @@ - XSD 3.3.0 Compiler Command Line Manual + XSD 4.0.0 Compiler Command Line Manual diff --git a/libxsd/xsd/cxx/version.hxx b/libxsd/xsd/cxx/version.hxx index 69bd1a1..36eba3b 100644 --- a/libxsd/xsd/cxx/version.hxx +++ b/libxsd/xsd/cxx/version.hxx @@ -23,7 +23,7 @@ // 3.0.0.b2 02999952 // -#define XSD_STR_VERSION "3.3.0" -#define XSD_INT_VERSION 3030000L +#define XSD_STR_VERSION "4.0.0.a1" +#define XSD_INT_VERSION 3999901L #endif // XSD_CXX_VERSION_HXX diff --git a/version b/version index 15a2799..18d9f24 100644 --- a/version +++ b/version @@ -1 +1 @@ -3.3.0 +4.0.0.a1 -- cgit v1.1