summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1998-10-17 05:36:49 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1998-10-17 05:36:49 +0000
commit77dc90691307a7920e03b713322e971fe030d4f6 (patch)
tree8d0916b272449986d8317812902dac02c7073ce2
parente1186a3ec826b457a4b475514c168a04eccdca87 (diff)
downloadATCD-77dc90691307a7920e03b713322e971fe030d4f6.tar.gz
4.5.59
-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 ef0908c4dfe..88503f0e3fd 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.58
+ ACE VERSION: 4.5.59
HOST MACHINE and OPERATING SYSTEM:
TARGET MACHINE and OPERATING SYSTEM, if different from HOST:
diff --git a/ChangeLog-98b b/ChangeLog-98b
index 678b48dbc4a..e194b989a00 100644
--- a/ChangeLog-98b
+++ b/ChangeLog-98b
@@ -1,3 +1,7 @@
+Sat Oct 17 00:35:21 1998 Douglas C. Schmidt <schmidt@cs.wustl.edu>
+
+ * ACE version 4.5.59 released.
+
Sat Oct 17 00:29:37 1998 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
* ace/Service_Config.cpp (process_directives): Only warn about a
diff --git a/VERSION b/VERSION
index 2eb4a3f7600..542cb67e08b 100644
--- a/VERSION
+++ b/VERSION
@@ -1,4 +1,4 @@
-This is ACE version 4.5.58, released Fri Oct 16 01:28:17 1998.
+This is ACE version 4.5.59, released Sat Oct 17 00:35:21 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 354e6f70f8a..30d71376f10 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 (58u)
-#define ACE_VERSION "4.5.58\0"
+#define ACE_BETA_VERSION (59u)
+#define ACE_VERSION "4.5.59\0"