summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Cleeland <chris.cleeland@gmail.com>2004-12-30 18:17:10 +0000
committerChris Cleeland <chris.cleeland@gmail.com>2004-12-30 18:17:10 +0000
commit45e82dfffb46ec5dc8a1963b83afb2f1a7749aed (patch)
tree7bdf5ba61c0c828dc018089d8b8a80bf5b152dd7
parent34daacbf4e360913ccb4df83d65fa07459e94ace (diff)
downloadATCD-45e82dfffb46ec5dc8a1963b83afb2f1a7749aed.tar.gz
1.4.3
-rw-r--r--TAO/ChangeLog4
-rw-r--r--TAO/PROBLEM-REPORT-FORM4
-rw-r--r--TAO/VERSION2
-rw-r--r--TAO/tao/Version.h4
-rw-r--r--bin/MakeProjectCreator/config/taoversion.mpb2
5 files changed, 10 insertions, 6 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index ae6c5ee386d..01481377ab5 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,7 @@
+Thu Dec 30 13:22:25 2004 Chris Cleeland <cleeland@ociweb.com>
+
+ * TAO version 1.4.3 released.
+
Thu Dec 30 12:53:48 2004 Chris Cleeland <cleeland@ociweb.com>
* NEWS: Updated to include latest release news.
diff --git a/TAO/PROBLEM-REPORT-FORM b/TAO/PROBLEM-REPORT-FORM
index 451457668da..131afe372d8 100644
--- a/TAO/PROBLEM-REPORT-FORM
+++ b/TAO/PROBLEM-REPORT-FORM
@@ -43,8 +43,8 @@
To: tao-bugs@cs.wustl.edu
Subject: [area]: [synopsis]
- TAO VERSION: 1.4.2
- ACE VERSION: 5.4.2
+ TAO VERSION: 1.4.3
+ ACE VERSION: 5.4.3
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 3d1d8112319..bb46dd998cb 100644
--- a/TAO/VERSION
+++ b/TAO/VERSION
@@ -1,4 +1,4 @@
-This is TAO version 1.4.2, released Sat Jul 31 11:14:00 2004.
+This is TAO version 1.4.3, released Thu Dec 30 13:22:25 2004.
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 53a774ca8b1..ff659f2980e 100644
--- a/TAO/tao/Version.h
+++ b/TAO/tao/Version.h
@@ -3,5 +3,5 @@
#define TAO_MAJOR_VERSION 1
#define TAO_MINOR_VERSION 4
-#define TAO_BETA_VERSION 2
-#define TAO_VERSION "1.4.2"
+#define TAO_BETA_VERSION 3
+#define TAO_VERSION "1.4.3"
diff --git a/bin/MakeProjectCreator/config/taoversion.mpb b/bin/MakeProjectCreator/config/taoversion.mpb
index f497f54e089..75820a61db3 100644
--- a/bin/MakeProjectCreator/config/taoversion.mpb
+++ b/bin/MakeProjectCreator/config/taoversion.mpb
@@ -2,5 +2,5 @@
// $Id$
project {
- version = 1.4.2
+ version = 1.4.3
}