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 eda4dcc86aa..e27bf407a7c 100644 --- a/ChangeLog-98b +++ b/ChangeLog-98b @@ -1,3 +1,7 @@ +Fri Sep 04 02:12:03 1998 Douglas C. Schmidt <schmidt@cs.wustl.edu> + + * ACE version 4.5.37 released. + Fri Sep 4 00:07:18 1998 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu> * examples/IPC_SAP/SOCK_SAP/CPP-inserver-fancy.cpp (open): Added @@ -1,4 +1,4 @@ -This is ACE version 4.5.36, released Wed Sep 02 20:55:18 1998. +This is ACE version 4.5.37, released Fri Sep 04 02:12:03 1998. If you have any problems with ACE, please send email to the ACE mailing list (ace-users@cs.wustl.edu). Make sure to include the diff --git a/ace/Version.h b/ace/Version.h index 56e7164db87..785868c43c1 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 (36u) -#define ACE_VERSION "4.5.36\0" +#define ACE_BETA_VERSION (37u) +#define ACE_VERSION "4.5.37\0" |