summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--VERSION2
-rw-r--r--ace/Version.h1
3 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 5f39fb4a701..64e0b91c21d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Wed Dec 29 19:52:26 EST 2010 Steve Huston <shuston@riverace.com>
+
+ * ACE version 5.8 released.
+
Sun Nov 7 00:13:13 UTC 2010 Steve Huston <shuston@riverace.com>
* tests/INET_Addr_Test.cpp: Mismatching the addr->name test is not
diff --git a/VERSION b/VERSION
index 9081b88a6ea..8e1cda4f877 100644
--- a/VERSION
+++ b/VERSION
@@ -1,4 +1,4 @@
-This is ACE version 5.8, released Sun Jul 04 18:57:33 CEST 2010
+This is ACE version 5.8, released Wed Dec 29 19:52:26 EST 2010
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 3e5b7ebf685..d1800cb756c 100644
--- a/ace/Version.h
+++ b/ace/Version.h
@@ -6,4 +6,5 @@
#define ACE_MAJOR_VERSION 5
#define ACE_MINOR_VERSION 8
#define ACE_BETA_VERSION 0
+#define ACE_FIX_VERSION ""
#define ACE_VERSION "5.8"