diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | PROBLEM-REPORT-FORM | 2 | ||||
-rw-r--r-- | VERSION | 2 | ||||
-rw-r--r-- | ace/Version.h | 4 |
4 files changed, 8 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog index fc7634b6050..2df9aaf583e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Wed Jun 08 08:43:59 2005 Simon McQueen <sm@prismtech.com> + + * ACE version 5.4.6 released. + Wed Jun 8 11:21:50 2005 Simon McQueen <sm@prismtech.com> * NEWS: diff --git a/PROBLEM-REPORT-FORM b/PROBLEM-REPORT-FORM index 13c3f70b25e..a6983abe8ce 100644 --- a/PROBLEM-REPORT-FORM +++ b/PROBLEM-REPORT-FORM @@ -43,7 +43,7 @@ To: ace-bugs@cs.wustl.edu Subject: [area]: [synopsis] - ACE VERSION: 5.4.5 + ACE VERSION: 5.4.6 HOST MACHINE and OPERATING SYSTEM: If on Windows based OS's, which version of WINSOCK do you @@ -1,4 +1,4 @@ -This is ACE version 5.4.5, released Wed Jun 08 05:53:19 2005. +This is ACE version 5.4.6, released Wed Jun 08 08:43:59 2005. If you have any problems with or questions about ACE, please send email to the ACE mailing list (ace-users@cs.wustl.edu), using the form diff --git a/ace/Version.h b/ace/Version.h index 21c7852df5b..b705016b1e8 100644 --- a/ace/Version.h +++ b/ace/Version.h @@ -3,5 +3,5 @@ #define ACE_MAJOR_VERSION 5 #define ACE_MINOR_VERSION 4 -#define ACE_BETA_VERSION 5 -#define ACE_VERSION "5.4.5" +#define ACE_BETA_VERSION 6 +#define ACE_VERSION "5.4.6" |