From 674364d49216b6e7f3eaf9f0e21deabd6a26ec5a Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 30 Jul 2014 11:18:25 +0200 Subject: Bump version to 4.1.0.a1 --- doc/cxx/tree/manual/index.xhtml | 6 +++--- doc/xsd-prologue.1 | 2 +- doc/xsd-prologue.xhtml | 2 +- libxsd/xsd/cxx/version.hxx | 4 ++-- version | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/cxx/tree/manual/index.xhtml b/doc/cxx/tree/manual/index.xhtml index 56213e0..ca201ac 100644 --- a/doc/cxx/tree/manual/index.xhtml +++ b/doc/cxx/tree/manual/index.xhtml @@ -8,7 +8,7 @@ - + @@ -441,9 +441,9 @@ called C++/Tree.

-

Revision 4.0.0
+

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

This document is available in the following formats: diff --git a/doc/xsd-prologue.1 b/doc/xsd-prologue.1 index f5c93b8..50872b4 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 "July 2014" "XSD 4.0.0" +.TH XSD 1 "July 2014" "XSD 4.1.0" .SH NAME xsd \- W3C XML Schema to C++ Compiler .\" diff --git a/doc/xsd-prologue.xhtml b/doc/xsd-prologue.xhtml index 4be8de7..262cfd1 100644 --- a/doc/xsd-prologue.xhtml +++ b/doc/xsd-prologue.xhtml @@ -3,7 +3,7 @@ - XSD 4.0.0 Compiler Command Line Manual + XSD 4.1.0 Compiler Command Line Manual diff --git a/libxsd/xsd/cxx/version.hxx b/libxsd/xsd/cxx/version.hxx index 2e2312f..f58600c 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" -#define XSD_INT_VERSION 4000000L +#define XSD_STR_VERSION "4.1.0.a1" +#define XSD_INT_VERSION 4009901L #endif // XSD_CXX_VERSION_HXX diff --git a/version b/version index fcdb2e1..cf05b7f 100644 --- a/version +++ b/version @@ -1 +1 @@ -4.0.0 +4.1.0.a1 -- cgit v1.1