diff options
-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 2cb97d9f2a6..9bac9a0f54d 100644 --- a/TAO/ChangeLog +++ b/TAO/ChangeLog @@ -1,3 +1,7 @@ +Fri Oct 03 22:42:24 2003 Chris Cleeland <cleeland@ociweb.com> + + * TAO version 1.3.4 released. + Fri Oct 3 20:53:12 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu> * examples/RTScheduling/RTS.dsw: diff --git a/TAO/PROBLEM-REPORT-FORM b/TAO/PROBLEM-REPORT-FORM index f81316ba60a..7d65f3d0b24 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.3 - ACE VERSION: 5.3.3 + TAO VERSION: 1.3.4 + ACE VERSION: 5.3.4 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 f57fe4acbd5..1a99b9030ba 100644 --- a/TAO/VERSION +++ b/TAO/VERSION @@ -1,4 +1,4 @@ -This is TAO version 1.3.3, released Mon Jun 16 11:14:15 2003. +This is TAO version 1.3.4, released Fri Oct 03 22:42:24 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 4508d9d33af..02725f52a2d 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 3 -#define TAO_VERSION "1.3.3" +#define TAO_BETA_VERSION 4 +#define TAO_VERSION "1.3.4" diff --git a/bin/MakeProjectCreator/config/taoversion.mpb b/bin/MakeProjectCreator/config/taoversion.mpb index 87265e2c59b..478f5baeaf5 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.4 } |