summaryrefslogtreecommitdiff
path: root/TAO/tao
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2019-01-24 08:53:22 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2019-01-24 08:53:22 +0100
commit5c30aea4a09ad2b09530de8868ae4a5b932ef601 (patch)
tree26dc9281e576b590ec403bc3f1d4bee7eb2bf074 /TAO/tao
parent2c66a2ae8a77ecf752f05a2b75129d24dccf9cd9 (diff)
downloadATCD-5c30aea4a09ad2b09530de8868ae4a5b932ef601.tar.gz
Diffstat (limited to 'TAO/tao')
-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 eba91f3bf38..6dd8c2aeab4 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 3
-#define TAO_BETA_VERSION 3
-#define TAO_VERSION "2.5.3"
-#define TAO_VERSION_CODE 132355
+#define TAO_MICRO_VERSION 4
+#define TAO_BETA_VERSION 4
+#define TAO_VERSION "2.5.4"
+#define TAO_VERSION_CODE 132356
#define TAO_MAKE_VERSION_CODE(a,b,c) (((a) << 16) + ((b) << 8) + (c))