aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2009-03-08 21:26:52 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2009-03-08 21:26:52 +0200
commitbc628cff98a1d90d4ee293f22979db56b4ed0695 (patch)
tree6879fe12d81a99b09eb4d2a2310f08a8a948669f
parent0bce70a0e483294b83b8bf9d5468838a63405612 (diff)
Bump version to 3.1.0.a13.1.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 79a9179..3947beb 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 2009" "XSD/e 3.0.0"
+.TH XSD/e 1 "March 2009" "XSD/e 3.1.0"
.SH NAME
xsde \- W3C XML Schema to C++ Compiler for Embedded Systems
.\"
diff --git a/documentation/xsde.xhtml b/documentation/xsde.xhtml
index d07197b..2af5983 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.0.0 Compiler Command Line Manual</title>
+ <title>XSD/e 3.1.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 9033af7..78f5682 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.0.0"
-#define XSDE_INT_VERSION 3000000L
+#define XSDE_STR_VERSION "3.1.0.a1"
+#define XSDE_INT_VERSION 3009901L
#endif // XSDE_CXX_VERSION_HXX
diff --git a/version b/version
index 4a36342..5c4cd76 100644
--- a/version
+++ b/version
@@ -1 +1 @@
-3.0.0
+3.1.0.a1