summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-09-25 22:10:03 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-09-25 22:10:03 +0000
commitd1639b882f60eca0e12584e8f8ceced0adfaa948 (patch)
treef93ca2f6d34fd8ec5fcbae6ac6b267b1109d7598
parent6ce993c16fa55028023a7b730554b63605f9f901 (diff)
downloadATCD-d1639b882f60eca0e12584e8f8ceced0adfaa948.tar.gz
5.0.5
-rw-r--r--ChangeLog-99b4
-rw-r--r--PROBLEM-REPORT-FORM2
-rw-r--r--VERSION2
-rw-r--r--ace/Version.h4
4 files changed, 8 insertions, 4 deletions
diff --git a/ChangeLog-99b b/ChangeLog-99b
index 16b99ef92e6..7171274bf69 100644
--- a/ChangeLog-99b
+++ b/ChangeLog-99b
@@ -1,3 +1,7 @@
+Sat Sep 25 17:09:57 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
+
+ * ACE version 5.0.5 released.
+
Fri Sep 24 17:20:41 1999 Nanbor Wang <nanbor@cs.wustl.edu>
* ace/config-kcc-common.h: KCC does support auto_ptr<T>::reset
diff --git a/PROBLEM-REPORT-FORM b/PROBLEM-REPORT-FORM
index f92dc45fff1..29192341d2a 100644
--- a/PROBLEM-REPORT-FORM
+++ b/PROBLEM-REPORT-FORM
@@ -29,7 +29,7 @@
To: ace-bugs@cs.wustl.edu
Subject: [area]: [synopsis]
- ACE VERSION: 5.0.4
+ ACE VERSION: 5.0.5
HOST MACHINE and OPERATING SYSTEM:
TARGET MACHINE and OPERATING SYSTEM, if different from HOST:
diff --git a/VERSION b/VERSION
index 1ba26c26d79..efa418bf832 100644
--- a/VERSION
+++ b/VERSION
@@ -1,4 +1,4 @@
-This is ACE version 5.0.4, released Sun Sep 12 19:23:51 1999.
+This is ACE version 5.0.5, released Sat Sep 25 17:09:57 1999.
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 d1246bd5fca..4d20a96e681 100644
--- a/ace/Version.h
+++ b/ace/Version.h
@@ -3,5 +3,5 @@
#define ACE_MAJOR_VERSION 5
#define ACE_MINOR_VERSION 0
-#define ACE_BETA_VERSION 4
-#define ACE_VERSION "5.0.4"
+#define ACE_BETA_VERSION 5
+#define ACE_VERSION "5.0.5"