summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1998-04-24 05:13:09 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1998-04-24 05:13:09 +0000
commit1f55a8b877535a46e3218baf57161fdc98fd90b7 (patch)
tree5c79d074dd265f8c7999bfd395dd64a049194a12
parent42741d811ee2d5cc9f4e3682ff6286909d8cd139 (diff)
downloadATCD-1f55a8b877535a46e3218baf57161fdc98fd90b7.tar.gz
4.4.42
-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 79a5762f05c..5e7179f14d7 100644
--- a/ChangeLog-98a
+++ b/ChangeLog-98a
@@ -1,3 +1,7 @@
+Fri Apr 24 00:12:32 1998 Douglas C. Schmidt <schmidt@cs.wustl.edu>
+
+ * ACE version 4.4.42 released.
+
Thu Apr 23 22:28:02 1998 Douglas C. Schmidt <schmidt@flamenco.cs.wustl.edu>
* ace/Service_Config: Began adding support for the new service
diff --git a/VERSION b/VERSION
index 151a83402aa..efeafa14716 100644
--- a/VERSION
+++ b/VERSION
@@ -1,4 +1,4 @@
-This is ACE version 4.4.41, released Tue Apr 14 10:10:46 1998.
+This is ACE version 4.4.42, released Fri Apr 24 00:12:32 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 4f12ee8313e..61897b22479 100644
--- a/ace/Version.h
+++ b/ace/Version.h
@@ -3,5 +3,5 @@
#define ACE_MAJOR_VERSION (4u)
#define ACE_MINOR_VERSION (4u)
-#define ACE_BETA_VERSION (41u)
-#define ACE_VERSION "4.4.41\0"
+#define ACE_BETA_VERSION (42u)
+#define ACE_VERSION "4.4.42\0"