diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-10-20 07:04:34 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-10-20 07:04:34 +0000 |
commit | 0d7646f8db8abd05aaf83277a6afdb3ea95f7f2e (patch) | |
tree | 8ab1f766f273bc67c9523bca32fcde1507989292 | |
parent | 7cf3dc27bad9ee61cfd0b8033131ec79ad61b8bf (diff) | |
download | ATCD-0d7646f8db8abd05aaf83277a6afdb3ea95f7f2e.tar.gz |
ACE version 4.3.22, released Mon Oct 20 02:04:19 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 46cd55f16a5..ab1bc1fc43f 100644 --- a/ChangeLog-97b +++ b/ChangeLog-97b @@ -1,3 +1,7 @@ +Mon Oct 20 02:04:19 1997 Douglas C. Schmidt <schmidt@cs.wustl.edu> + + * ACE version 4.3.22, released Mon Oct 20 02:04:19 1997. + Mon Oct 20 02:01:43 1997 Douglas C. Schmidt <schmidt@flamenco.cs.wustl.edu> * examples/Makefile: Removed the Timer_Queue directory from the @@ -1,4 +1,4 @@ -This is ACE version 4.3.21, released Sat Oct 18 00:17:26 1997. +This is ACE version 4.3.22, released Mon Oct 20 02:04:19 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 e8a1be3a56e..168bbddde41 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 (21u) -#define ACE_VERSION "4.3.21\0" +#define ACE_BETA_VERSION (22u) +#define ACE_VERSION "4.3.22\0" |