summaryrefslogtreecommitdiff
path: root/ACE/ace/Version.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2016-05-16 10:51:12 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2016-05-16 10:51:12 +0200
commitd2a7d20741730f9b2d98a415df0cffb2ed502b51 (patch)
treed717751e185da194227c086fa36b8631db50ac48 /ACE/ace/Version.h
parenta34b1737a2b4f43e9f8b58c7a067edb28b3c8c00 (diff)
downloadATCD-d2a7d20741730f9b2d98a415df0cffb2ed502b51.tar.gz
We already have micro releases for years, so introduce a MICRO version number which we use instead of the BETA number which is kept for backwards compliance
Diffstat (limited to 'ACE/ace/Version.h')
-rw-r--r--ACE/ace/Version.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ACE/ace/Version.h b/ACE/ace/Version.h
index 2bb2d9b7889..1a428baa434 100644
--- a/ACE/ace/Version.h
+++ b/ACE/ace/Version.h
@@ -4,6 +4,7 @@
#define ACE_MAJOR_VERSION 6
#define ACE_MINOR_VERSION 3
+#define ACE_MICRO_VERSION 4
#define ACE_BETA_VERSION 4
#define ACE_VERSION "6.3.4"
#define ACE_VERSION_CODE 393988