aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-09-15 16:16:59 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-09-15 16:16:59 +0200
commitc164cec7c6f4f53d1ea0b4070e177c746fbfd864 (patch)
treea2c8c3baf94ba846a99c25e54b78c6d8aff909c8
parenta32d89c25b80f443d93a050a979e465f4d1dc39e (diff)
Bump version to 3.3.0.a1
-rw-r--r--documentation/xsde.12
-rw-r--r--documentation/xsde.xhtml2
-rw-r--r--libxsde/xsde/cxx/version.hxx4
-rw-r--r--version2
4 files changed, 5 insertions, 5 deletions
diff --git a/documentation/xsde.1 b/documentation/xsde.1
index 2993fbf..eee915e 100644
--- a/documentation/xsde.1
+++ b/documentation/xsde.1
@@ -1,7 +1,7 @@
.\" Process this file with
.\" groff -man -Tascii xsde.1
.\"
-.TH XSD/e 1 "February 2011" "XSD/e 3.2.0"
+.TH XSD/e 1 "September 2011" "XSD/e 3.3.0"
.SH NAME
xsde \- W3C XML Schema to C++ Compiler for Embedded Systems
.\"
diff --git a/documentation/xsde.xhtml b/documentation/xsde.xhtml
index 84bd87c..f0b0c76 100644
--- a/documentation/xsde.xhtml
+++ b/documentation/xsde.xhtml
@@ -3,7 +3,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
- <title>XSD/e 3.2.0 Compiler Command Line Manual</title>
+ <title>XSD/e 3.3.0 Compiler Command Line Manual</title>
<meta name="copyright" content="&copy; 2005-2011 Code Synthesis Tools CC"/>
<meta name="keywords" content="xsd,xml,schema,c++,mapping,data,binding,code,generator,manual,man,page"/>
diff --git a/libxsde/xsde/cxx/version.hxx b/libxsde/xsde/cxx/version.hxx
index cef6f94..aad0380 100644
--- a/libxsde/xsde/cxx/version.hxx
+++ b/libxsde/xsde/cxx/version.hxx
@@ -23,7 +23,7 @@
// 3.0.0.b2 02999952
//
-#define XSDE_STR_VERSION "3.2.0"
-#define XSDE_INT_VERSION 3020000L
+#define XSDE_STR_VERSION "3.3.0.a1"
+#define XSDE_INT_VERSION 3029901L
#endif // XSDE_CXX_VERSION_HXX
diff --git a/version b/version
index 944880f..f513206 100644
--- a/version
+++ b/version
@@ -1 +1 @@
-3.2.0
+3.3.0.a1