diff options
-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 8f564e873b7..a9415a19ee4 100644 --- a/ChangeLog-98b +++ b/ChangeLog-98b @@ -1,3 +1,7 @@ +Fri May 15 09:29:57 1998 David L. Levine <levine@cs.wustl.edu> + + * ACE version 4.5.6 released. + Fri May 15 08:25:19 1998 David L. Levine <levine@cs.wustl.edu> * ace/Service_Config.cpp: fixed and added template instantations. @@ -1,4 +1,4 @@ -This is ACE version 4.5.5, released Fri May 15 02:47:35 1998. +This is ACE version 4.5.6, released Fri May 15 09:29:57 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 38a84358192..1fd1c925332 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 (5u) -#define ACE_VERSION "4.5.5\0" +#define ACE_BETA_VERSION (6u) +#define ACE_VERSION "4.5.6\0" |