summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 54fa75db2f5..bcbde4f1024 100644
--- a/ChangeLog-99b
+++ b/ChangeLog-99b
@@ -1,3 +1,7 @@
+Thu Aug 12 16:03:03 1999 David L. Levine <levine@cs.wustl.edu>
+
+ * ACE version 5.0.1 released.
+
Thu Aug 12 15:49:00 1999 David L. Levine <levine@cs.wustl.edu>
* Makefile,bin/make_release: build kits in /tmp staging
diff --git a/PROBLEM-REPORT-FORM b/PROBLEM-REPORT-FORM
index 99538638ad2..4fe67b3e28c 100644
--- a/PROBLEM-REPORT-FORM
+++ b/PROBLEM-REPORT-FORM
@@ -25,7 +25,7 @@
To: ace-users@cs.wustl.edu
Subject: [area]: [synopsis]
- ACE VERSION: 5.0
+ ACE VERSION: 5.0.1
HOST MACHINE and OPERATING SYSTEM:
TARGET MACHINE and OPERATING SYSTEM, if different from HOST:
diff --git a/VERSION b/VERSION
index 4f49628205a..d60ce17822a 100644
--- a/VERSION
+++ b/VERSION
@@ -1,4 +1,4 @@
-This is ACE version 5.0, released Sat Jul 31 15:57:16 1999.
+This is ACE version 5.0.1, released Thu Aug 12 16:03: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 ad702816012..9b6b34c9ba2 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 0
-#define ACE_VERSION "5.0"
+#define ACE_BETA_VERSION 1
+#define ACE_VERSION "5.0.1"