diff options
Diffstat (limited to 'TAO/tao/Version.h')
-rw-r--r-- | TAO/tao/Version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/Version.h b/TAO/tao/Version.h index 6b0a30e6347..24dbcf8e298 100644 --- a/TAO/tao/Version.h +++ b/TAO/tao/Version.h @@ -5,5 +5,5 @@ #define TAO_MAJOR_VERSION 2 #define TAO_MINOR_VERSION 1 -#define TAO_BETA_VERSION 0 -#define TAO_VERSION "2.1.0" +#define TAO_BETA_VERSION 1 +#define TAO_VERSION "2.1.1" |