diff options
Diffstat (limited to 'TAO/tao')
-rw-r--r-- | TAO/tao/Version.h | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/TAO/tao/Version.h b/TAO/tao/Version.h index acc29c703af..608d1dc7b88 100644 --- a/TAO/tao/Version.h +++ b/TAO/tao/Version.h @@ -4,9 +4,8 @@ #define TAO_MAJOR_VERSION 2 #define TAO_MINOR_VERSION 5 -#define TAO_MICRO_VERSION 9 -#define TAO_BETA_VERSION 9 -#define TAO_VERSION "2.5.9" -#define TAO_VERSION_CODE 132361 +#define TAO_MICRO_VERSION 10 +#define TAO_BETA_VERSION 10 +#define TAO_VERSION "2.5.10" +#define TAO_VERSION_CODE 132362 #define TAO_MAKE_VERSION_CODE(a,b,c) (((a) << 16) + ((b) << 8) + (c)) - |