diff options
author | heather <heather@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-02-19 18:52:34 +0000 |
---|---|---|
committer | heather <heather@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-02-19 18:52:34 +0000 |
commit | 9cf80f9de4604004951879e2c249c05ed1b1f098 (patch) | |
tree | cfe831a43586612154efc4195c7fbfb2f1022c6a | |
parent | 8cc8af3e5768b2de0d35f3090f7f1601df9994dd (diff) | |
download | ATCD-9cf80f9de4604004951879e2c249c05ed1b1f098.tar.gz |
1.3.1
-rw-r--r-- | TAO/ChangeLog | 4 | ||||
-rw-r--r-- | TAO/PROBLEM-REPORT-FORM | 4 | ||||
-rw-r--r-- | TAO/VERSION | 2 | ||||
-rw-r--r-- | TAO/tao/Version.h | 4 | ||||
-rw-r--r-- | bin/MakeProjectCreator/config/taoversion.mpb | 2 |
5 files changed, 10 insertions, 6 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog index 832f83ac64a..6371f980743 100644 --- a/TAO/ChangeLog +++ b/TAO/ChangeLog @@ -1,3 +1,7 @@ +Wed Feb 19 12:52:06 2003 Heather Drury <oci@cs.wustl.edu> + + * TAO version 1.3.1 released. + Mon Feb 17 15:37:47 2003 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu> * tests/RTCORBA/Persistent_IOR/client.bor: Linked the client with diff --git a/TAO/PROBLEM-REPORT-FORM b/TAO/PROBLEM-REPORT-FORM index 3cce5fdfd4b..398b9a03c6c 100644 --- a/TAO/PROBLEM-REPORT-FORM +++ b/TAO/PROBLEM-REPORT-FORM @@ -35,8 +35,8 @@ To: tao-bugs@cs.wustl.edu Subject: [area]: [synopsis] - TAO VERSION: 1.3 - ACE VERSION: 5.3 + TAO VERSION: 1.3.1 + ACE VERSION: 5.3.1 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 fe2b74b2b68..570b31898e3 100644 --- a/TAO/VERSION +++ b/TAO/VERSION @@ -1,4 +1,4 @@ -This is TAO version 1.3, released Wed Feb 19 08:27:20 2003. +This is TAO version 1.3.1, released Wed Feb 19 12:52:06 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 diff --git a/TAO/tao/Version.h b/TAO/tao/Version.h index c2ed42c5f5f..990d1ce79ec 100644 --- a/TAO/tao/Version.h +++ b/TAO/tao/Version.h @@ -3,5 +3,5 @@ #define TAO_MAJOR_VERSION 1 #define TAO_MINOR_VERSION 3 -#define TAO_BETA_VERSION 0 -#define TAO_VERSION "1.3" +#define TAO_BETA_VERSION 1 +#define TAO_VERSION "1.3.1" diff --git a/bin/MakeProjectCreator/config/taoversion.mpb b/bin/MakeProjectCreator/config/taoversion.mpb index 278ca443f84..87265e2c59b 100644 --- a/bin/MakeProjectCreator/config/taoversion.mpb +++ b/bin/MakeProjectCreator/config/taoversion.mpb @@ -1,3 +1,3 @@ project { - version = 1.3 + version = 1.3.1 } |