diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2016-05-16 10:51:12 +0200 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2016-05-16 10:51:12 +0200 |
commit | d2a7d20741730f9b2d98a415df0cffb2ed502b51 (patch) | |
tree | d717751e185da194227c086fa36b8631db50ac48 /TAO/tao/Version.h | |
parent | a34b1737a2b4f43e9f8b58c7a067edb28b3c8c00 (diff) | |
download | ATCD-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 'TAO/tao/Version.h')
-rw-r--r-- | TAO/tao/Version.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/TAO/tao/Version.h b/TAO/tao/Version.h index 3aeda303154..c0794d551bd 100644 --- a/TAO/tao/Version.h +++ b/TAO/tao/Version.h @@ -4,6 +4,7 @@ #define TAO_MAJOR_VERSION 2 #define TAO_MINOR_VERSION 3 +#define TAO_MICRO_VERSION 4 #define TAO_BETA_VERSION 4 #define TAO_VERSION "2.3.4" #define TAO_VERSION_CODE 131844 |