aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2013-05-30 19:15:55 -0400
committerBoris Kolpackov <boris@codesynthesis.com>2013-05-30 19:15:55 -0400
commit62ba9ea0f51b6ae6232a3eb7e71fcb9e84d6a1e5 (patch)
treece600162e09dadd57ad37922200367cac79be153
parent0f55f6e93d8c7879f3cef863b9d79c3733409ddf (diff)
Bump version to 3.3.0.a2
-rw-r--r--libxsde/xsde/cxx/version.hxx4
-rw-r--r--version2
2 files changed, 3 insertions, 3 deletions
diff --git a/libxsde/xsde/cxx/version.hxx b/libxsde/xsde/cxx/version.hxx
index cf0d4c8..811f75d 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.3.0.a2"
-#define XSDE_INT_VERSION 3029902L
+#define XSDE_STR_VERSION "3.3.0.a3"
+#define XSDE_INT_VERSION 3029903L
#endif // XSDE_CXX_VERSION_HXX
diff --git a/version b/version
index b0ab0c1..e4a2e5f 100644
--- a/version
+++ b/version
@@ -1 +1 @@
-3.3.0.a2
+3.3.0.a3