summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-09-24 02:55:27 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-09-24 02:55:27 +0200
commitf4d8d48a3d6dfee9ce2ae7551e7beb6c5899c8d8 (patch)
tree113af231fb559c19ca3b40706a33d9e9c14197cf
parentbe9dc66e3c607bade96b4e56cde0336578f027f3 (diff)
Bump version to 4.1.0.a10
-rw-r--r--libxsd/xsd/cxx/version.hxx4
-rw-r--r--version2
2 files changed, 3 insertions, 3 deletions
diff --git a/libxsd/xsd/cxx/version.hxx b/libxsd/xsd/cxx/version.hxx
index 8005a02..d71d214 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.1.0.a9"
-#define XSD_INT_VERSION 4009909L
+#define XSD_STR_VERSION "4.1.0.a10"
+#define XSD_INT_VERSION 4009910L
#endif // XSD_CXX_VERSION_HXX
diff --git a/version b/version
index b103f36..87a5908 100644
--- a/version
+++ b/version
@@ -1 +1 @@
-4.1.0.a9
+4.1.0.a10