diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-10-31 01:55:18 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-10-31 01:55:18 +0000 |
commit | 2877be65b06a8c487d4794778a2183bb3dadb724 (patch) | |
tree | 5e7b54066ce64e250ba8aa2e8f80dc3d422fa156 | |
parent | e05d1cac15f09e0e503a9aa0f262ffed6464491c (diff) | |
download | ATCD-2877be65b06a8c487d4794778a2183bb3dadb724.tar.gz |
ACE version 4.3.34, released Thu Oct 30 19:54:50 1997.
-rw-r--r-- | ChangeLog-97b | 4 | ||||
-rw-r--r-- | VERSION | 2 | ||||
-rw-r--r-- | ace/Version.h | 4 |
3 files changed, 7 insertions, 3 deletions
diff --git a/ChangeLog-97b b/ChangeLog-97b index a1b32bdcd11..754c88e3baf 100644 --- a/ChangeLog-97b +++ b/ChangeLog-97b @@ -1,3 +1,7 @@ +Thu Oct 30 19:54:50 1997 Douglas C. Schmidt <schmidt@cs.wustl.edu> + + * ACE version 4.3.34, released Thu Oct 30 19:54:50 1997. + Thu Oct 30 17:49:56 1997 Douglas C. Schmidt <schmidt@flamenco.cs.wustl.edu> * tests/Priority_Task_Test.cpp (main): Moved "int status" out of @@ -1,4 +1,4 @@ -This is ACE version 4.3.33, released Thu Oct 30 02:56:25 1997. +This is ACE version 4.3.34, released Thu Oct 30 19:54:50 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 faa9df011a9..84666b5240f 100644 --- a/ace/Version.h +++ b/ace/Version.h @@ -3,5 +3,5 @@ #define ACE_MAJOR_VERSION (4u) #define ACE_MINOR_VERSION (3u) -#define ACE_BETA_VERSION (33u) -#define ACE_VERSION "4.3.33\0" +#define ACE_BETA_VERSION (34u) +#define ACE_VERSION "4.3.34\0" |