summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1998-06-27 12:08:03 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1998-06-27 12:08:03 +0000
commit861ae319ff5ff1124b34b46da46bdebbd3c87fa5 (patch)
treed4eda918fcbb67e517abe33860208f754f9237ef
parent58fe762bb9f91359700fc67e3d3bac1512055ad1 (diff)
downloadATCD-861ae319ff5ff1124b34b46da46bdebbd3c87fa5.tar.gz
4.5.17
-rw-r--r--ChangeLog-98b4
-rw-r--r--VERSION2
-rw-r--r--ace/Version.h4
3 files changed, 7 insertions, 3 deletions
diff --git a/ChangeLog-98b b/ChangeLog-98b
index ab4170720ce..dce1ac50df1 100644
--- a/ChangeLog-98b
+++ b/ChangeLog-98b
@@ -1,3 +1,7 @@
+Sat Jun 27 07:07:43 1998 Douglas C. Schmidt <schmidt@cs.wustl.edu>
+
+ * ACE version 4.5.17 released.
+
Fri Jun 26 14:52:33 1998 Nanbor Wang <nanbor@cs.wustl.edu>
* tests/test_config.h: Don't close the ofstream before opening the
diff --git a/VERSION b/VERSION
index 3ca4bd873b5..03b4c01f286 100644
--- a/VERSION
+++ b/VERSION
@@ -1,4 +1,4 @@
-This is ACE version 4.5.16, released Wed Jun 24 02:39:35 1998.
+This is ACE version 4.5.17, released Sat Jun 27 07:07:43 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 0d48fb3af46..0e94ad19634 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 (16u)
-#define ACE_VERSION "4.5.16\0"
+#define ACE_BETA_VERSION (17u)
+#define ACE_VERSION "4.5.17\0"