diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-06-09 20:25:39 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-06-09 20:25:39 +0000 |
commit | c73996c0640e2037f6ea65c95c682e1eebdd7217 (patch) | |
tree | 84fa25a0f3916b17a6aaeae1452f62ed1f5cc1de | |
parent | 17838a9d86444be9eb92a15f34b3ee02edc1789c (diff) | |
download | ATCD-c73996c0640e2037f6ea65c95c682e1eebdd7217.tar.gz |
4.5.11
-rw-r--r-- | ChangeLog-98b | 4 | ||||
-rw-r--r-- | VERSION | 2 | ||||
-rw-r--r-- | ace/Version.h | 4 |
3 files changed, 7 insertions, 3 deletions
diff --git a/ChangeLog-98b b/ChangeLog-98b index 8c19fbcad71..ae6b9f6d711 100644 --- a/ChangeLog-98b +++ b/ChangeLog-98b @@ -1,3 +1,7 @@ +Tue Jun 09 15:25:13 1998 David L. Levine <levine@cs.wustl.edu> + + * ACE version 4.5.11 released. + Tue Jun 9 14:59:15 1998 Darrell Brunsch <brunsch@cs.wustl.edu> * ace/OS.cpp: Made it so both Borland and Microsoft use the @@ -1,4 +1,4 @@ -This is ACE version 4.5.10, released Thu Jun 04 05:03:09 1998. +This is ACE version 4.5.11, released Tue Jun 09 15:25:13 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 581fc0695db..bb3a7ad18ad 100644 --- a/ace/Version.h +++ b/ace/Version.h @@ -3,5 +3,5 @@ #define ACE_MAJOR_VERSION (4u) #define ACE_MINOR_VERSION (5u) -#define ACE_BETA_VERSION (10u) -#define ACE_VERSION "4.5.10\0" +#define ACE_BETA_VERSION (11u) +#define ACE_VERSION "4.5.11\0" |