summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbugzilla <bugzilla@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-12-20 14:04:03 +0000
committerbugzilla <bugzilla@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-12-20 14:04:03 +0000
commit8f2331a3a8d5d06c84ad1888662d6685ab93e24c (patch)
tree26d3843702afca4ddc69d95d1cbd6a83986ea8ff
parent7ca83014cad0fb696166364e9f920db76444d9d0 (diff)
downloadATCD-8f2331a3a8d5d06c84ad1888662d6685ab93e24c.tar.gz
5.4.8
-rw-r--r--ChangeLog4
-rw-r--r--PROBLEM-REPORT-FORM2
-rw-r--r--VERSION2
-rw-r--r--ace/Version.h4
4 files changed, 8 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 78ba6de8210..e756dc55d4c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Tue Dec 20 08:02:03 2005 Simon McQueen <sm@prismtech.com>
+
+ * ACE version 5.4.8 released.
+
Mon Dec 20 09:58:00 UTC 2005 Simon Massey <simon.massey@prismtech.com>
* bin/make_release:
diff --git a/PROBLEM-REPORT-FORM b/PROBLEM-REPORT-FORM
index 4b7b56a4c9d..c47ea88d3fe 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.7
+ ACE VERSION: 5.4.8
HOST MACHINE and OPERATING SYSTEM:
If on Windows based OS's, which version of WINSOCK do you
diff --git a/VERSION b/VERSION
index 7d466b22ab7..578f887fcf2 100644
--- a/VERSION
+++ b/VERSION
@@ -1,4 +1,4 @@
-This is ACE version 5.4.7, released Tue Dec 20 04:43:44 2005.
+This is ACE version 5.4.8, released Tue Dec 20 08:02:03 2005.
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 bddf9711215..f6f41656d56 100644
--- a/ace/Version.h
+++ b/ace/Version.h
@@ -5,6 +5,6 @@
#define ACE_MAJOR_VERSION 5
#define ACE_MINOR_VERSION 4
-#define ACE_BETA_VERSION 7
-#define ACE_VERSION "5.4.7"
+#define ACE_BETA_VERSION 8
+#define ACE_VERSION "5.4.8"