diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2004-07-31 14:16:46 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2004-07-31 14:16:46 +0000 |
commit | a70e551db6a9caccc966e84d671ce47f73e61964 (patch) | |
tree | f058070289611418eb4d4cdf7494b0cca5bfc646 | |
parent | 4d5843c68bad36a703b78ce18158a70a4000298a (diff) | |
download | ATCD-a70e551db6a9caccc966e84d671ce47f73e61964.tar.gz |
5.4.2
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | PROBLEM-REPORT-FORM | 2 | ||||
-rw-r--r-- | VERSION | 2 | ||||
-rw-r--r-- | ace/Version.h | 4 | ||||
-rw-r--r-- | bin/MakeProjectCreator/config/aceversion.mpb | 2 |
5 files changed, 9 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog index b56785bc013..7704b69cbe9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Sat Jul 31 09:16:32 2004 Ossama Othman <ossama@dre.vanderbilt.edu> + + * ACE version 5.4.2 released. + Sat Jul 31 07:08:15 2004 Ossama Othman <ossama@dre.vanderbilt.edu> * bin/make_release: diff --git a/PROBLEM-REPORT-FORM b/PROBLEM-REPORT-FORM index 317d0f99939..61a9c6153c9 100644 --- a/PROBLEM-REPORT-FORM +++ b/PROBLEM-REPORT-FORM @@ -41,7 +41,7 @@ To: ace-bugs@cs.wustl.edu Subject: [area]: [synopsis] - ACE VERSION: 5.4.1 + ACE VERSION: 5.4.2 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.1, released Fri Apr 02 13:36:08 2004. +This is ACE version 5.4.2, released Sat Jul 31 09:16:32 2004. 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 b201d4b244e..a846375930c 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 1 -#define ACE_VERSION "5.4.1" +#define ACE_BETA_VERSION 2 +#define ACE_VERSION "5.4.2" diff --git a/bin/MakeProjectCreator/config/aceversion.mpb b/bin/MakeProjectCreator/config/aceversion.mpb index 16e86533c2f..1d0015e628c 100644 --- a/bin/MakeProjectCreator/config/aceversion.mpb +++ b/bin/MakeProjectCreator/config/aceversion.mpb @@ -2,5 +2,5 @@ // $Id$ project { - version = 5.4.1 + version = 5.4.2 } |