summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Cleeland <chris.cleeland@gmail.com>1997-12-11 05:57:02 +0000
committerChris Cleeland <chris.cleeland@gmail.com>1997-12-11 05:57:02 +0000
commit9470b7b29a91d14f7c43277f4ba94e9e1f76eec6 (patch)
tree116b2732cb0bacc5d52c2d04f8dacdda3f17e14d
parentaee0a0caaee1a68e02aed9c66df68ee0049ae404 (diff)
downloadATCD-9470b7b29a91d14f7c43277f4ba94e9e1f76eec6.tar.gz
ACE version 4.4.4, released Wed Dec 10 23:57:00 1997.
-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 6cc56d204aa..fb29bfd6267 100644
--- a/ChangeLog-98a
+++ b/ChangeLog-98a
@@ -1,3 +1,7 @@
+Wed Dec 10 23:57:00 1997 Chris Cleeland <cleeland@cs.wustl.edu>
+
+ * ACE version 4.4.4, released Wed Dec 10 23:57:00 1997.
+
Wed Dec 10 16:24:09 1997 <irfan@TWOSTEP>
* ace/Auto_Ptr.i: Apparently, the standard states that in order to
diff --git a/VERSION b/VERSION
index 902af346082..0cabd235ab0 100644
--- a/VERSION
+++ b/VERSION
@@ -1,4 +1,4 @@
-This is ACE version 4.4.3, released Sat Dec 06 13:30:11 1997.
+This is ACE version 4.4.4, released Wed Dec 10 23:57:00 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 6ac83c91a60..b59aa0ebee5 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 (3u)
-#define ACE_VERSION "4.4.3\0"
+#define ACE_BETA_VERSION (4u)
+#define ACE_VERSION "4.4.4\0"