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 81752362730..e758f1847b3 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 10 -#define ACE_VERSION "5.0.10" +#define ACE_BETA_VERSION 11 +#define ACE_VERSION "5.0.11" |