diff options
author | oci <oci@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-02-19 08:10:58 +0000 |
---|---|---|
committer | oci <oci@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-02-19 08:10:58 +0000 |
commit | 5414eed34e0185be669b8e5ac242593f9960c887 (patch) | |
tree | f6cb69780640f0090457aebca2c49fead5a9d276 | |
parent | 9f17c1f989415a577dc9c1e5db913a1abd0238c5 (diff) | |
download | ATCD-5414eed34e0185be669b8e5ac242593f9960c887.tar.gz |
*** empty log message ***
-rw-r--r-- | PROBLEM-REPORT-FORM | 2 | ||||
-rw-r--r-- | TAO/VERSION | 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, 6 insertions, 6 deletions
diff --git a/PROBLEM-REPORT-FORM b/PROBLEM-REPORT-FORM index 150dcb7638b..e9cec977330 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.2 + ACE VERSION: 5.3 HOST MACHINE and OPERATING SYSTEM: If on Windows based OS's, which version of WINSOCK do you diff --git a/TAO/VERSION b/TAO/VERSION index 50872b2c8b0..822b258696c 100644 --- a/TAO/VERSION +++ b/TAO/VERSION @@ -1,4 +1,4 @@ -This is TAO version 1.3.1, released Tue Feb 18 13:44:34 2003. +This is TAO version 1.3, released Wed Jan 15 18:02:49 2003. If you have any problems with or questions about TAO, please send e-mail to the TAO mailing list (tao-users@cs.wustl.edu), using the @@ -1,4 +1,4 @@ -This is ACE version 5.3.2, released Wed Feb 19 01:32:23 2003. +This is ACE version 5.3, released Wed Jan 15 18:02:01 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 299ed913d36..bd1a6e11093 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 2 -#define ACE_VERSION "5.3.2" +#define ACE_BETA_VERSION 0 +#define ACE_VERSION "5.3" diff --git a/bin/MakeProjectCreator/config/aceversion.mpb b/bin/MakeProjectCreator/config/aceversion.mpb index 013f8725ba9..2a40c5c5c16 100644 --- a/bin/MakeProjectCreator/config/aceversion.mpb +++ b/bin/MakeProjectCreator/config/aceversion.mpb @@ -1,3 +1,3 @@ project { - version = 5.3.2 + version = 5.3 } |