diff options
author | heather <heather@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-02-19 14:28:06 +0000 |
---|---|---|
committer | heather <heather@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-02-19 14:28:06 +0000 |
commit | 8621b26d3373264baf635d0365cf1f0c4673ba58 (patch) | |
tree | dca729b16b8199ca3244b1730d740114f8407f0c /TAO | |
parent | 8d8dd70f8ab356c9ccc748848f3da90e374db895 (diff) | |
download | ATCD-8621b26d3373264baf635d0365cf1f0c4673ba58.tar.gz |
1.3.1
Diffstat (limited to 'TAO')
-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 |
4 files changed, 9 insertions, 5 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog index 832f83ac64a..e424adfd829 100644 --- a/TAO/ChangeLog +++ b/TAO/ChangeLog @@ -1,3 +1,7 @@ +Wed Feb 19 08:27:20 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 3e270455c18..4d188085d90 100644 --- a/TAO/VERSION +++ b/TAO/VERSION @@ -1,4 +1,4 @@ -This is TAO version 1.3, released Wed Feb 19 02:16:27 2003. +This is TAO version 1.3.1, released Wed Feb 19 08:27:20 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" |