diff options
author | venkita <venkita@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-10-24 16:28:13 +0000 |
---|---|---|
committer | venkita <venkita@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-10-24 16:28:13 +0000 |
commit | c0d58ce45d5bd949a06ca71a66804bb1bdaf6471 (patch) | |
tree | 89633e58269a2a228bc51f469f2dac03efa93d5d | |
parent | cb2235cdcbf1b8a246f259bc10b5145e545ff0ed (diff) | |
download | ATCD-c0d58ce45d5bd949a06ca71a66804bb1bdaf6471.tar.gz |
5.3.5
-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 2575dcb38be..5235aa9f3e8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Fri Oct 24 11:27:52 2003 Venkita Subramonian <venkita@cs.wustl.edu> + + * ACE version 5.3.5 released. + Fri Oct 24 10:48:41 2003 Venkita Subramonian <venkita@cs.wustl.edu> * ACE-INSTALL.html: Changed documentation to reflect the fact that diff --git a/PROBLEM-REPORT-FORM b/PROBLEM-REPORT-FORM index 36f9fd8d38e..b27e0123d28 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.4 + ACE VERSION: 5.3.5 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.4, released Fri Oct 03 22:41:20 2003. +This is ACE version 5.3.5, released Fri Oct 24 11:27:52 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 40252774ad4..3e3d3790bec 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 4 -#define ACE_VERSION "5.3.4" +#define ACE_BETA_VERSION 5 +#define ACE_VERSION "5.3.5" diff --git a/bin/MakeProjectCreator/config/aceversion.mpb b/bin/MakeProjectCreator/config/aceversion.mpb index 2c7413edbc4..c01bd92c99d 100644 --- a/bin/MakeProjectCreator/config/aceversion.mpb +++ b/bin/MakeProjectCreator/config/aceversion.mpb @@ -1,3 +1,3 @@ project { - version = 5.3.4 + version = 5.3.5 } |