summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2011-02-21 21:05:37 +0000
committerSteve Huston <shuston@riverace.com>2011-02-21 21:05:37 +0000
commit27e4c0096e08bb8a2d003f98b97c428a7438f141 (patch)
treef2751f364a89bb7656aa7d29cb562b245a1098d2
parent7a01ea5f5a1d450367819222f2c1236881bd41ed (diff)
downloadATCD-27e4c0096e08bb8a2d003f98b97c428a7438f141.tar.gz
ChangeLogTag:Mon Feb 21 16:05:31 EST 2011 Steve Huston <shuston@riverace.com>
-rw-r--r--ChangeLog4
-rw-r--r--PROBLEM-REPORT-FORM2
-rw-r--r--VERSION2
-rw-r--r--ace/Version.h5
4 files changed, 9 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index f9f948da596..133b0e100b1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Mon Feb 21 16:05:31 EST 2011 Steve Huston <shuston@riverace.com>
+
+ * ACE version 6.0a released.
+
Tue Feb 1 14:28:18 UTC 2011 Steve Huston <shuston@riverace.com>
* ace/String_Base.cpp (operator+=): Add a temporary for the return
diff --git a/PROBLEM-REPORT-FORM b/PROBLEM-REPORT-FORM
index ddb5938bc8c..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.0.0
+ 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 ef81c8acd04..a0413e70c5b 100644
--- a/VERSION
+++ b/VERSION
@@ -1,4 +1,4 @@
-This is ACE version 6.0.0, released Tue Dec 14 13:13:17 CET 2010
+This is ACE version 6.0a, released Mon Feb 21 16:05:31 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 3503856e8a0..055023cbe28 100644
--- a/ace/Version.h
+++ b/ace/Version.h
@@ -1,9 +1,10 @@
// -*- C++ -*-
// $Id$
-// This is file was automatically generated by \$ACE_ROOT/bin/make_release.py
+// This is file was automatically generated by \$ACE_ROOT/bin/make_release.
#define ACE_MAJOR_VERSION 6
#define ACE_MINOR_VERSION 0
#define ACE_BETA_VERSION 0
-#define ACE_VERSION "6.0.0"
+#define ACE_FIX_VERSION "a"
+#define ACE_VERSION "6.0a"