diff options
author | bala <balanatarajan@users.noreply.github.com> | 2002-02-17 18:23:31 +0000 |
---|---|---|
committer | bala <balanatarajan@users.noreply.github.com> | 2002-02-17 18:23:31 +0000 |
commit | 21b439ef25aa02e23c91a6e52ec7b4abee8b4980 (patch) | |
tree | 217f0403f32204e49b2cdbe832622377d49ed6aa /ace/Version.h | |
parent | 3e5c04fa3e61397207a2325912932b1f4e114d1a (diff) | |
download | ATCD-21b439ef25aa02e23c91a6e52ec7b4abee8b4980.tar.gz |
*** empty log message ***
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 f7360083915..5ca43d6a411 100644 --- a/ace/Version.h +++ b/ace/Version.h @@ -3,5 +3,5 @@ #define ACE_MAJOR_VERSION 5 #define ACE_MINOR_VERSION 2 -#define ACE_BETA_VERSION 2 -#define ACE_VERSION "5.2.2" +#define ACE_BETA_VERSION 1 +#define ACE_VERSION "5.2.1" |