diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-02-17 13:41:44 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-02-17 13:41:44 +0000 |
commit | 68b4134bc341c0a9364dce2131d2f284eb770baf (patch) | |
tree | f3f35ab028cd72b4fab2aadafe8a4ac26353d941 | |
parent | 46e5f77074c7ad463356a274253121e489394082 (diff) | |
download | ATCD-68b4134bc341c0a9364dce2131d2f284eb770baf.tar.gz |
ACE version 4.4.27, released Tue Feb 17 07:41:32 1998.
-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 e9fe2bb1d61..6eae86295a0 100644 --- a/ChangeLog-98a +++ b/ChangeLog-98a @@ -1,3 +1,7 @@ +Tue Feb 17 07:41:32 1998 Douglas C. Schmidt <schmidt@cs.wustl.edu> + + * ACE version 4.4.27, released Tue Feb 17 07:41:32 1998. + Tue Feb 17 03:32:30 1998 Nanbor Wang <nanbor@cs.wustl.edu> * ace/ACE.*: Changes for Windows CE just keeps going and going and @@ -1,4 +1,4 @@ -This is ACE version 4.4.26, released Fri Feb 13 10:40:36 1998. +This is ACE version 4.4.27, released Tue Feb 17 07:41: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 3e7272dfa3c..8e5500d9236 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 (26u) -#define ACE_VERSION "4.4.26\0" +#define ACE_BETA_VERSION (27u) +#define ACE_VERSION "4.4.27\0" |