summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2010-09-24 15:51:07 +0000
committerSteve Huston <shuston@riverace.com>2010-09-24 15:51:07 +0000
commit8ca7392872dbd8cc55834b6df3787a359cdf72ec (patch)
treedb671b7b596ed6682f9dec24ebd7025b158e1cdd
parente4e47aef6b25751b9199d623368fd6b84f22bdf9 (diff)
downloadATCD-8ca7392872dbd8cc55834b6df3787a359cdf72ec.tar.gz
Unwind failed fix kit release; need to repair autoconf stuff
-rw-r--r--ChangeLog4
-rw-r--r--PROBLEM-REPORT-FORM2
-rw-r--r--VERSION2
-rw-r--r--ace/Version.h3
4 files changed, 3 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index 42e24be5728..9cff90f93bf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,3 @@
-Fri Sep 24 11:41:43 EDT 2010 Steve Huston <shuston@riverace.com>
-
- * ACE version 5.8a released.
-
Thu Sep 2 14:59:27 UTC 2010 Steve Huston <shuston@riverace.com>
* ace/ACE.cpp (handle_ready):
diff --git a/PROBLEM-REPORT-FORM b/PROBLEM-REPORT-FORM
index d1648d23a1a..9dc3bd78b2d 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.8a
+ ACE VERSION: 5.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 8b7500db6c1..9081b88a6ea 100644
--- a/VERSION
+++ b/VERSION
@@ -1,4 +1,4 @@
-This is ACE version 5.8a, released Fri Sep 24 11:41:43 EDT 2010
+This is ACE version 5.8, released Sun Jul 04 18:57:33 CEST 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 b1e6b9dd095..3e5b7ebf685 100644
--- a/ace/Version.h
+++ b/ace/Version.h
@@ -6,5 +6,4 @@
#define ACE_MAJOR_VERSION 5
#define ACE_MINOR_VERSION 8
#define ACE_BETA_VERSION 0
-#define ACE_FIX_VERSION "a"
-#define ACE_VERSION "5.8a"
+#define ACE_VERSION "5.8"