summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1998-10-10 05:42:00 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1998-10-10 05:42:00 +0000
commitaaf5181b6a0b54d1ebbc1a1c408f92be8a59a0b1 (patch)
tree6ca12f582262b530f5d14ee2cb6b8c7f2189563c
parent4ed26a4b30bb9110f4b2af8be4bce4adf14ddd14 (diff)
downloadATCD-aaf5181b6a0b54d1ebbc1a1c408f92be8a59a0b1.tar.gz
4.5.51
-rw-r--r--BUG-REPORT-FORM2
-rw-r--r--ChangeLog-98b4
-rw-r--r--VERSION2
-rw-r--r--ace/Version.h4
4 files changed, 8 insertions, 4 deletions
diff --git a/BUG-REPORT-FORM b/BUG-REPORT-FORM
index a969a5017ed..45f540253a8 100644
--- a/BUG-REPORT-FORM
+++ b/BUG-REPORT-FORM
@@ -13,7 +13,7 @@
To: ace-users@cs.wustl.edu
Subject: [area]: [synopsis]
- ACE VERSION: 4.5.50
+ ACE VERSION: 4.5.51
HOST MACHINE and OPERATING SYSTEM:
TARGET MACHINE and OPERATING SYSTEM, if different from HOST:
diff --git a/ChangeLog-98b b/ChangeLog-98b
index 93bbac5c005..ea466bdc23b 100644
--- a/ChangeLog-98b
+++ b/ChangeLog-98b
@@ -1,3 +1,7 @@
+Sat Oct 10 00:40:05 1998 Douglas C. Schmidt <schmidt@cs.wustl.edu>
+
+ * ACE version 4.5.51 released.
+
Fri Oct 09 23:47:42 1998 Irfan Pyarali <irfan@cs.wustl.edu>
* ace/Mem_Map.cpp (map_it): Fixed the setting of length_ again.
diff --git a/VERSION b/VERSION
index 4f8741d7ee0..608e05b61c9 100644
--- a/VERSION
+++ b/VERSION
@@ -1,4 +1,4 @@
-This is ACE version 4.5.50, released Wed Oct 07 23:14:36 1998.
+This is ACE version 4.5.51, released Sat Oct 10 00:40:05 1998.
If you have any problems with ACE, please send email to the ACE
mailing list (ace-users@cs.wustl.edu). Make sure to include the
diff --git a/ace/Version.h b/ace/Version.h
index 7c70e300189..baa4c2b4d16 100644
--- a/ace/Version.h
+++ b/ace/Version.h
@@ -3,5 +3,5 @@
#define ACE_MAJOR_VERSION (4u)
#define ACE_MINOR_VERSION (5u)
-#define ACE_BETA_VERSION (50u)
-#define ACE_VERSION "4.5.50\0"
+#define ACE_BETA_VERSION (51u)
+#define ACE_VERSION "4.5.51\0"