summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-08-21 18:14:09 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-08-21 18:14:09 +0000
commit0032bba7f35c7ec93f372745b6341d4792e931ee (patch)
tree05b2cabac99bbd5014878eaa30a625edaf6be665
parent75cdb442e517cb5531ba355afc30ee075f1a48c6 (diff)
downloadATCD-0032bba7f35c7ec93f372745b6341d4792e931ee.tar.gz
5.0.2
-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 6e744a50f76..d65fe9523e5 100644
--- a/ChangeLog-99b
+++ b/ChangeLog-99b
@@ -1,3 +1,7 @@
+Sat Aug 21 13:14:03 1999 Carlos O'Ryan <coryan\@cs.wustl.edu>
+
+ * ACE version 5.0.2 released.
+
Sat Aug 21 11:52:51 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
* Makefile:
diff --git a/PROBLEM-REPORT-FORM b/PROBLEM-REPORT-FORM
index 18631c9bb29..d16b81c24d5 100644
--- a/PROBLEM-REPORT-FORM
+++ b/PROBLEM-REPORT-FORM
@@ -29,7 +29,7 @@
To: ace-users@cs.wustl.edu
Subject: [area]: [synopsis]
- ACE VERSION: 5.0.1
+ ACE VERSION: 5.0.2
HOST MACHINE and OPERATING SYSTEM:
TARGET MACHINE and OPERATING SYSTEM, if different from HOST:
diff --git a/VERSION b/VERSION
index d60ce17822a..3da24eda59d 100644
--- a/VERSION
+++ b/VERSION
@@ -1,4 +1,4 @@
-This is ACE version 5.0.1, released Thu Aug 12 16:03:03 1999.
+This is ACE version 5.0.2, released Sat Aug 21 13:14:03 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 9b6b34c9ba2..39bb8bd8d52 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 1
-#define ACE_VERSION "5.0.1"
+#define ACE_BETA_VERSION 2
+#define ACE_VERSION "5.0.2"