diff options
author | bugzilla <bugzilla@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-06-03 12:52:29 +0000 |
---|---|---|
committer | bugzilla <bugzilla@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-06-03 12:52:29 +0000 |
commit | 7d4efaa4ad3d84079a16bea07c0495fb025df356 (patch) | |
tree | 4079e01fd9a68d7e88974f054e678bdab1230a56 | |
parent | c6bc5d56d38931614f11162c62aea867b88094ed (diff) | |
download | ATCD-7d4efaa4ad3d84079a16bea07c0495fb025df356.tar.gz |
1.3.2
-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 6c4c5951e4b..2eb7944eced 100644 --- a/TAO/ChangeLog +++ b/TAO/ChangeLog @@ -1,3 +1,7 @@ +Tue Jun 03 07:52:12 2003 Simon McQueen <sm@prismtechnologies.com> + + * TAO version 1.3.2 released. + Mon Jun 2 00:44:59 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu> * orbsvcs/orbsvcs/LifeCycleService.idl (LifeCycleService): Fixed diff --git a/TAO/PROBLEM-REPORT-FORM b/TAO/PROBLEM-REPORT-FORM index 398b9a03c6c..3220c1e1205 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.1 - ACE VERSION: 5.3.1 + TAO VERSION: 1.3.2 + ACE VERSION: 5.3.2 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 570b31898e3..905ab0c1be9 100644 --- a/TAO/VERSION +++ b/TAO/VERSION @@ -1,4 +1,4 @@ -This is TAO version 1.3.1, released Wed Feb 19 12:52:06 2003. +This is TAO version 1.3.2, released Tue Jun 03 07:52:12 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 990d1ce79ec..2b61c0c6bd2 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 1 -#define TAO_VERSION "1.3.1" +#define TAO_BETA_VERSION 2 +#define TAO_VERSION "1.3.2" diff --git a/bin/MakeProjectCreator/config/taoversion.mpb b/bin/MakeProjectCreator/config/taoversion.mpb index 87265e2c59b..c8992c7ec3b 100644 --- a/bin/MakeProjectCreator/config/taoversion.mpb +++ b/bin/MakeProjectCreator/config/taoversion.mpb @@ -1,3 +1,3 @@ project { - version = 1.3.1 + version = 1.3.2 } |