diff options
author | bala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-11-22 10:53:23 +0000 |
---|---|---|
committer | bala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-11-22 10:53:23 +0000 |
commit | 82b6617e25d41459533b86cc61eb470de26a196b (patch) | |
tree | 239d5d7496e95744225869ed13e952093b1aaa49 /TAO | |
parent | 0ca9742d2c26bfa1ec655d30709c5e91d176a2e6 (diff) | |
download | ATCD-82b6617e25d41459533b86cc61eb470de26a196b.tar.gz |
1.2.6
Diffstat (limited to 'TAO')
-rw-r--r-- | TAO/ChangeLog | 4 | ||||
-rw-r--r-- | TAO/VERSION | 2 | ||||
-rw-r--r-- | TAO/tao/Version.h | 4 |
3 files changed, 7 insertions, 3 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog index 333ec558cae..d7a3ef36068 100644 --- a/TAO/ChangeLog +++ b/TAO/ChangeLog @@ -1,3 +1,7 @@ +Fri Nov 22 04:53:12 2002 Bala <bala@cs.wustl.edu> + + * TAO version 1.2.6 released. + Thu Nov 21 18:45:23 2002 Pradeep Gore <pradeep@oomworks.com> * docs/releasenotes/index.html: Updates the section on diff --git a/TAO/VERSION b/TAO/VERSION index cbc7df15524..90a0ef4be91 100644 --- a/TAO/VERSION +++ b/TAO/VERSION @@ -1,4 +1,4 @@ -This is TAO version 1.2.5, released Thu Oct 10 16:03:08 2002. +This is TAO version 1.2.6, released Fri Nov 22 04:53:12 2002. 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 00d9eddebe3..a4bb1426c6f 100644 --- a/TAO/tao/Version.h +++ b/TAO/tao/Version.h @@ -3,5 +3,5 @@ #define TAO_MAJOR_VERSION 1 #define TAO_MINOR_VERSION 2 -#define TAO_BETA_VERSION 5 -#define TAO_VERSION "1.2.5" +#define TAO_BETA_VERSION 6 +#define TAO_VERSION "1.2.6" |