summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2012-04-17 21:46:40 +0000
committerSteve Huston <shuston@riverace.com>2012-04-17 21:46:40 +0000
commit0d357a7aa872cf82772b4bd52e027785e527c6a4 (patch)
tree7f8e3f7c3d009bc7aeb07842c2939dbaf7614b65
parent8302baba9ceccbc78e50445034e444cdf8cd4568 (diff)
downloadATCD-0d357a7aa872cf82772b4bd52e027785e527c6a4.tar.gz
Unwind blown release script
-rw-r--r--ChangeLog4
-rw-r--r--PROBLEM-REPORT-FORM2
-rw-r--r--VERSION2
-rw-r--r--ace/Version.h4
4 files changed, 4 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index be070b111ae..57ef31819b4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,3 @@
-Tue Apr 17 17:39:23 EDT 2012 Steve Huston <shuston@riverace.com>
-
- * ACE version 6.0b released.
-
Tue Apr 3 22:49:11 UTC 2012 Steve Huston <shuston@riverace.com>
* ace/SOCK_Dgram_Mcast.cpp (subscribe_ifs): Set the error code when
diff --git a/PROBLEM-REPORT-FORM b/PROBLEM-REPORT-FORM
index 93ef657454e..3d1ad90b679 100644
--- a/PROBLEM-REPORT-FORM
+++ b/PROBLEM-REPORT-FORM
@@ -40,7 +40,7 @@
To: ace-bugs@list.isis.vanderbilt.edu
Subject: [area]: [synopsis]
- ACE VERSION: 6.0b
+ ACE VERSION: 6.0a
HOST MACHINE and OPERATING SYSTEM:
If on Windows based OS's, which version of WINSOCK do you
diff --git a/VERSION b/VERSION
index c08b8edc28d..82ce3471a07 100644
--- a/VERSION
+++ b/VERSION
@@ -1,4 +1,4 @@
-This is ACE version 6.0b, released Tue Apr 17 17:39:23 EDT 2012
+This is ACE version 6.0a, released Mon Feb 21 16:19:49 EST 2011
If you have any problems with or questions about ACE, please send
e-mail to the ACE mailing list (ace-bugs@list.isis.vanderbilt.edu),
diff --git a/ace/Version.h b/ace/Version.h
index d507c181999..055023cbe28 100644
--- a/ace/Version.h
+++ b/ace/Version.h
@@ -6,5 +6,5 @@
#define ACE_MAJOR_VERSION 6
#define ACE_MINOR_VERSION 0
#define ACE_BETA_VERSION 0
-#define ACE_FIX_VERSION "b"
-#define ACE_VERSION "6.0b"
+#define ACE_FIX_VERSION "a"
+#define ACE_VERSION "6.0a"