summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2012-09-10 19:33:14 +0000
committerSteve Huston <shuston@riverace.com>2012-09-10 19:33:14 +0000
commitd1ec6a7f2e99d9df8c5a0ed09186dfe56514b989 (patch)
treeb03285e1d522b99b03b1f4dcdbb3a3409b21d4f9
parent9f1e951eb919ae25a72456547d5e256ab70e7294 (diff)
downloadATCD-d1ec6a7f2e99d9df8c5a0ed09186dfe56514b989.tar.gz
ChangeLogTag:Mon Sep 10 15:32:15 EDT 2012 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 cca920edb10..c3b4bd92675 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Mon Sep 10 15:32:15 EDT 2012 Steve Huston <shuston@riverace.com>
+
+ * ACE version 6.1a released.
+
Thu Sep 6 15:06:15 UTC 2012 Steve Huston <shuston@riverace.com>
* ace/Log_Msg.cpp (close): Don't try to lock/unlock the
diff --git a/PROBLEM-REPORT-FORM b/PROBLEM-REPORT-FORM
index 49a8dfa7bf1..a162bfb92ca 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.1.0
+ ACE VERSION: 6.1a
HOST MACHINE and OPERATING SYSTEM:
If on Windows based OS's, which version of WINSOCK do you
diff --git a/VERSION b/VERSION
index 9c6d604f8a8..4a2b9420c1a 100644
--- a/VERSION
+++ b/VERSION
@@ -1,4 +1,4 @@
-This is ACE version 6.1.0, released Wed Mar 07 09:04:40 CET 2012
+This is ACE version 6.1a, released Mon Sep 10 15:32:15 EDT 2012
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 edb92725205..1d38fe4edd4 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 1
#define ACE_BETA_VERSION 0
-#define ACE_VERSION "6.1.0"
+#define ACE_FIX_VERSION "a"
+#define ACE_VERSION "6.1a"