aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 90637e0..bef7b11 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 "April 2009" "XSD/e 3.1.0"
+.TH XSD/e 1 "October 2009" "XSD/e 3.2.0"
.SH NAME
xsde \- W3C XML Schema to C++ Compiler for Embedded Systems
.\"
diff --git a/documentation/xsde.xhtml b/documentation/xsde.xhtml
index 11a90f5..8e4c8f9 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.1.0 Compiler Command Line Manual</title>
+ <title>XSD/e 3.2.0 Compiler Command Line Manual</title>
<meta name="copyright" content="&copy; 2005-2009 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 78586c2..6865004 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.1.0"
-#define XSDE_INT_VERSION 3010000L
+#define XSDE_STR_VERSION "3.2.0.a1"
+#define XSDE_INT_VERSION 3019901L
#endif // XSDE_CXX_VERSION_HXX
diff --git a/version b/version
index fd2a018..bff5fd7 100644
--- a/version
+++ b/version
@@ -1 +1 @@
-3.1.0
+3.2.0.a1