diff options
author | bugzilla <bugzilla@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2005-06-08 10:56:49 +0000 |
---|---|---|
committer | bugzilla <bugzilla@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2005-06-08 10:56:49 +0000 |
commit | ea8e09f70eacbb1d895aebc8509f025cddddf946 (patch) | |
tree | 64715a0080b473c38199ad027a0901a03a113de2 | |
parent | 508c2906c4c4f1f2ed3efaae3f66582a1c3aca91 (diff) | |
download | ATCD-ea8e09f70eacbb1d895aebc8509f025cddddf946.tar.gz |
5.4.6
-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..7921adf7695 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Wed Jun 08 05:53:19 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 Sat May 14 06:05:55 2005. +This is ACE version 5.4.6, released Wed Jun 08 05:53:19 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" |