summaryrefslogtreecommitdiff
path: root/TAO/tao/Version.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Version.h')
-rw-r--r--TAO/tao/Version.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/tao/Version.h b/TAO/tao/Version.h
index 8b07464f6b4..49d8c7ce557 100644
--- a/TAO/tao/Version.h
+++ b/TAO/tao/Version.h
@@ -4,9 +4,9 @@
#define TAO_MAJOR_VERSION 2
#define TAO_MINOR_VERSION 5
-#define TAO_MICRO_VERSION 0
-#define TAO_BETA_VERSION 0
-#define TAO_VERSION "2.5.0"
-#define TAO_VERSION_CODE 132352
+#define TAO_MICRO_VERSION 1
+#define TAO_BETA_VERSION 1
+#define TAO_VERSION "2.5.1"
+#define TAO_VERSION_CODE 132353
#define TAO_MAKE_VERSION_CODE(a,b,c) (((a) << 16) + ((b) << 8) + (c))