diff options
author | Angelo Corsaro <angelo@icorsaro.net> | 2001-11-30 22:00:49 +0000 |
---|---|---|
committer | Angelo Corsaro <angelo@icorsaro.net> | 2001-11-30 22:00:49 +0000 |
commit | 356fefcf18a73f77b6606ed8aa51e7b938a3ec9a (patch) | |
tree | 9919757011038397659ca80c485b592bbb07f149 /ace/Version.h | |
parent | 14453c157f1b0cbeee79ff7c635291a48f27687c (diff) | |
download | ATCD-356fefcf18a73f77b6606ed8aa51e7b938a3ec9a.tar.gz |
Removed Changes made by the release script
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 5ca43d6a411..79a154d2b05 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 1 -#define ACE_VERSION "5.2.1" +#define ACE_BETA_VERSION 0 +#define ACE_VERSION "5.2" |