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 f1a1632bf30..c92a6462c56 100644 --- a/TAO/ChangeLog +++ b/TAO/ChangeLog @@ -1,3 +1,7 @@ +Thu Dec 18 09:54:36 2003 Balachandran <bala@dre.vanderbilt.edu> + + * TAO version 1.3.6 released. + Wed Dec 17 12:13:51 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu> * orbsvcs/orbsvcs/IFRService/IFR_BaseS.cpp: diff --git a/TAO/PROBLEM-REPORT-FORM b/TAO/PROBLEM-REPORT-FORM index f209dde672f..23c00a6cd71 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.5 - ACE VERSION: 5.3.5 + TAO VERSION: 1.3.6 + ACE VERSION: 5.3.6 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 f36723c410a..35192d195b4 100644 --- a/TAO/VERSION +++ b/TAO/VERSION @@ -1,4 +1,4 @@ -This is TAO version 1.3.5, released Fri Oct 24 11:28:51 2003. +This is TAO version 1.3.6, released Thu Dec 18 09:54:36 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 9d9f7b25e11..b2248bb01dc 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 5 -#define TAO_VERSION "1.3.5" +#define TAO_BETA_VERSION 6 +#define TAO_VERSION "1.3.6" diff --git a/bin/MakeProjectCreator/config/taoversion.mpb b/bin/MakeProjectCreator/config/taoversion.mpb index cf2db6d8ca9..069b4ca6f86 100644 --- a/bin/MakeProjectCreator/config/taoversion.mpb +++ b/bin/MakeProjectCreator/config/taoversion.mpb @@ -1,3 +1,3 @@ project { - version = 1.3.5 + version = 1.3.6 } |