diff options
Diffstat (limited to 'ace/Version.h')
-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 ad702816012..9b6b34c9ba2 100644 --- a/ace/Version.h +++ b/ace/Version.h @@ -3,5 +3,5 @@ #define ACE_MAJOR_VERSION 5 #define ACE_MINOR_VERSION 0 -#define ACE_BETA_VERSION 0 -#define ACE_VERSION "5.0" +#define ACE_BETA_VERSION 1 +#define ACE_VERSION "5.0.1" |