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.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tao/Version.h b/TAO/tao/Version.h
index 19023d6a5b1..cfcf95de6b8 100644
--- a/TAO/tao/Version.h
+++ b/TAO/tao/Version.h
@@ -4,7 +4,7 @@
#define TAO_MAJOR_VERSION 3
#define TAO_MINOR_VERSION 0
-#define TAO_MICRO_VERSION 7
-#define TAO_VERSION "3.0.7"
-#define TAO_VERSION_CODE 0x30007
+#define TAO_MICRO_VERSION 8
+#define TAO_VERSION "3.0.8"
+#define TAO_VERSION_CODE 0x30008
#define TAO_MAKE_VERSION_CODE(a,b,c) (((a) << 16) + ((b) << 8) + (c))