diff options
Diffstat (limited to 'ace')
-rw-r--r-- | ace/Version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/Version.h b/ace/Version.h index f2203283b47..0a339bd5a6e 100644 --- a/ace/Version.h +++ b/ace/Version.h @@ -3,5 +3,5 @@ #define ACE_MAJOR_VERSION 4 #define ACE_MINOR_VERSION 6 -#define ACE_BETA_VERSION 44 -#define ACE_VERSION "4.6.44" +#define ACE_BETA_VERSION 45 +#define ACE_VERSION "4.6.45" |