summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 41e6b18ea8e..d21a9f060ad 100644
--- a/ChangeLog-98a
+++ b/ChangeLog-98a
@@ -1,3 +1,7 @@
+Thu Dec 04 21:20:47 1997 Douglas C. Schmidt <schmidt@cs.wustl.edu>
+
+ * ACE version 4.4.2, released Thu Dec 04 21:20:47 1997.
+
Thu Dec 4 19:45:04 1997 Douglas C. Schmidt <schmidt@flamenco.cs.wustl.edu>
* ace/Object_Manager.cpp (ACE_Object_Manager_Destroyer): Fixed a
diff --git a/VERSION b/VERSION
index 0a4b121f38e..8ebb6ecb678 100644
--- a/VERSION
+++ b/VERSION
@@ -1,4 +1,4 @@
-This is ACE version 4.4.1, released Sun Nov 30 22:44:50 1997.
+This is ACE version 4.4.2, released Thu Dec 04 21:20:47 1997.
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 7c2eab1d2b1..ec28028d16a 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 (1u)
-#define ACE_VERSION "4.4.1\0"
+#define ACE_BETA_VERSION (2u)
+#define ACE_VERSION "4.4.2\0"