diff options
author | Chris Cleeland <chris.cleeland@gmail.com> | 1997-12-11 05:57:02 +0000 |
---|---|---|
committer | Chris Cleeland <chris.cleeland@gmail.com> | 1997-12-11 05:57:02 +0000 |
commit | 9470b7b29a91d14f7c43277f4ba94e9e1f76eec6 (patch) | |
tree | 116b2732cb0bacc5d52c2d04f8dacdda3f17e14d | |
parent | aee0a0caaee1a68e02aed9c66df68ee0049ae404 (diff) | |
download | ATCD-9470b7b29a91d14f7c43277f4ba94e9e1f76eec6.tar.gz |
ACE version 4.4.4, released Wed Dec 10 23:57:00 1997.
-rw-r--r-- | ChangeLog-98a | 4 | ||||
-rw-r--r-- | VERSION | 2 | ||||
-rw-r--r-- | ace/Version.h | 4 |
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 @@ -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" |