summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Cleeland <chris.cleeland@gmail.com>2004-12-30 18:16:22 +0000
committerChris Cleeland <chris.cleeland@gmail.com>2004-12-30 18:16:22 +0000
commit34daacbf4e360913ccb4df83d65fa07459e94ace (patch)
treeac3fd652e2787c8711f3ec231eca3c717bf9cec5
parente2b8d964f63aa7315c207c0b01005d9b68c897dc (diff)
downloadATCD-34daacbf4e360913ccb4df83d65fa07459e94ace.tar.gz
5.4.3
-rw-r--r--ChangeLog4
-rw-r--r--PROBLEM-REPORT-FORM2
-rw-r--r--VERSION2
-rw-r--r--ace/Version.h4
-rw-r--r--bin/MakeProjectCreator/config/aceversion.mpb2
5 files changed, 9 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index fe54044d243..5a7b3ef2e3a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Thu Dec 30 13:21:37 2004 Chris Cleeland <cleeland@ociweb.com>
+
+ * ACE version 5.4.3 released.
+
Thu Dec 30 12:54:28 2004 Chris Cleeland <cleeland@ociweb.com>
* NEWS: Updated to include latest release news.
diff --git a/PROBLEM-REPORT-FORM b/PROBLEM-REPORT-FORM
index e138fa4c983..cf9ec445964 100644
--- a/PROBLEM-REPORT-FORM
+++ b/PROBLEM-REPORT-FORM
@@ -43,7 +43,7 @@
To: ace-bugs@cs.wustl.edu
Subject: [area]: [synopsis]
- ACE VERSION: 5.4.2
+ 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/VERSION b/VERSION
index d60110cbd24..4237a07a187 100644
--- a/VERSION
+++ b/VERSION
@@ -1,4 +1,4 @@
-This is ACE version 5.4.2, released Sat Jul 31 11:13:20 2004.
+This is ACE version 5.4.3, released Thu Dec 30 13:21:37 2004.
If you have any problems with or questions about ACE, please send
email to the ACE mailing list (ace-users@cs.wustl.edu), using the form
diff --git a/ace/Version.h b/ace/Version.h
index a846375930c..e44e01cb284 100644
--- a/ace/Version.h
+++ b/ace/Version.h
@@ -3,5 +3,5 @@
#define ACE_MAJOR_VERSION 5
#define ACE_MINOR_VERSION 4
-#define ACE_BETA_VERSION 2
-#define ACE_VERSION "5.4.2"
+#define ACE_BETA_VERSION 3
+#define ACE_VERSION "5.4.3"
diff --git a/bin/MakeProjectCreator/config/aceversion.mpb b/bin/MakeProjectCreator/config/aceversion.mpb
index 1d0015e628c..2287260b7ca 100644
--- a/bin/MakeProjectCreator/config/aceversion.mpb
+++ b/bin/MakeProjectCreator/config/aceversion.mpb
@@ -2,5 +2,5 @@
// $Id$
project {
- version = 5.4.2
+ version = 5.4.3
}