summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1998-05-03 06:59:52 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1998-05-03 06:59:52 +0000
commitd58bc5c9e86811541d9baeb41c84ececd946fbc5 (patch)
treebf53872ffb03c086378870c8ef2e7b954d663163
parentc58d7d34b2f31f8f16e3e6359da27e3954a17af9 (diff)
downloadATCD-d58bc5c9e86811541d9baeb41c84ececd946fbc5.tar.gz
4.5.1
-rw-r--r--ChangeLog-98a4
-rw-r--r--VERSION2
-rw-r--r--ace/Version.h4
3 files changed, 7 insertions, 3 deletions
diff --git a/ChangeLog-98a b/ChangeLog-98a
index b3a911b69d3..f0fc11193e2 100644
--- a/ChangeLog-98a
+++ b/ChangeLog-98a
@@ -1,3 +1,7 @@
+Sun May 03 01:58:47 1998 Douglas C. Schmidt <schmidt@cs.wustl.edu>
+
+ * ACE version 4.5.1 released.
+
Sat May 2 14:35:04 1998 Douglas C. Schmidt <schmidt@flamenco.cs.wustl.edu>
* tests/Reactor_Notify_Test.cpp: Factored out some common code to
diff --git a/VERSION b/VERSION
index 2890e4947f1..b655211c4db 100644
--- a/VERSION
+++ b/VERSION
@@ -1,4 +1,4 @@
-This is ACE version 4.5, released Wed Apr 29 18:55:13 1998.
+This is ACE version 4.5.1, released Sun May 03 01:58:47 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 cea39957dd1..f1643d8f4f7 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 (0u)
-#define ACE_VERSION "4.5\0"
+#define ACE_BETA_VERSION (1u)
+#define ACE_VERSION "4.5.1\0"