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 | ||||
-rw-r--r-- | bin/MakeProjectCreator/config/aceversion.mpb | 2 |
5 files changed, 9 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog index b4844d81afb..3c164141882 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Fri Oct 03 21:25:19 2003 Chris Cleeland <cleeland@ociweb.com> + + * ACE version 5.3.4 released. + Fri Oct 3 09:37:59 2003 Chad Elliott <elliott_c@ociweb.com> * apps/gperf/tests/gperf_test.mpb: diff --git a/PROBLEM-REPORT-FORM b/PROBLEM-REPORT-FORM index 9ae8a76230a..36f9fd8d38e 100644 --- a/PROBLEM-REPORT-FORM +++ b/PROBLEM-REPORT-FORM @@ -35,7 +35,7 @@ To: ace-bugs@cs.wustl.edu Subject: [area]: [synopsis] - ACE VERSION: 5.3.3 + ACE VERSION: 5.3.4 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.3.3, released Mon Jun 16 11:13:22 2003. +This is ACE version 5.3.4, released Fri Oct 03 21:25:19 2003. 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 fc8a6166a83..40252774ad4 100644 --- a/ace/Version.h +++ b/ace/Version.h @@ -3,5 +3,5 @@ #define ACE_MAJOR_VERSION 5 #define ACE_MINOR_VERSION 3 -#define ACE_BETA_VERSION 3 -#define ACE_VERSION "5.3.3" +#define ACE_BETA_VERSION 4 +#define ACE_VERSION "5.3.4" diff --git a/bin/MakeProjectCreator/config/aceversion.mpb b/bin/MakeProjectCreator/config/aceversion.mpb index 1e47e7ee11c..2c7413edbc4 100644 --- a/bin/MakeProjectCreator/config/aceversion.mpb +++ b/bin/MakeProjectCreator/config/aceversion.mpb @@ -1,3 +1,3 @@ project { - version = 5.3.3 + version = 5.3.4 } |