summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1998-05-29 22:52:46 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1998-05-29 22:52:46 +0000
commit13a0887455de4dbc7f6931ae12b51209cb2ecbd1 (patch)
tree9bdaf0927db2a71ded710d9d48a3c14aa43d017b
parentf7b87eb6c7a17d0db315977a83fde6e11881c5cd (diff)
downloadATCD-13a0887455de4dbc7f6931ae12b51209cb2ecbd1.tar.gz
4.5.9
-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 d6e77fe581d..b67fc332138 100644
--- a/ChangeLog-98b
+++ b/ChangeLog-98b
@@ -1,3 +1,7 @@
+Fri May 29 17:52:37 1998 Douglas C. Schmidt <schmidt@cs.wustl.edu>
+
+ * ACE version 4.5.9 released.
+
Fri May 29 16:19:34 1998 Douglas C. Schmidt <schmidt@flamenco.cs.wustl.edu>
* ace/Synch_T.h (class ACE_Guard): ACE_Guard's destructor was
diff --git a/VERSION b/VERSION
index 4a7216dc611..c0787c6f498 100644
--- a/VERSION
+++ b/VERSION
@@ -1,4 +1,4 @@
-This is ACE version 4.5.8, released Fri May 22 07:30:23 1998.
+This is ACE version 4.5.9, released Fri May 29 17:52:37 1998.
If you have any problems with ACE, please send email to Douglas
C. Schmidt (schmidt@cs.wustl.edu).
diff --git a/ace/Version.h b/ace/Version.h
index 9617d64a772..281aaef1bb0 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 (8u)
-#define ACE_VERSION "4.5.8\0"
+#define ACE_BETA_VERSION (9u)
+#define ACE_VERSION "4.5.9\0"