diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-10-16 06:42:20 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-10-16 06:42:20 +0000 |
commit | 30f0a8538225951940bae342109524cf4e82bc31 (patch) | |
tree | 4f0c64e7bb621d459503b6eb82dbc02fef6ac845 | |
parent | 07b111e35bb70a7c293cc9ceb93653b9f0586fec (diff) | |
download | ATCD-30f0a8538225951940bae342109524cf4e82bc31.tar.gz |
*** empty log message ***
-rw-r--r-- | VERSION | 2 | ||||
-rw-r--r-- | ace/ACE.cpp | 2 | ||||
-rw-r--r-- | ace/Version.h | 8 |
3 files changed, 6 insertions, 6 deletions
@@ -1,4 +1,4 @@ -This is ACE version 4.3.18, released Tue Oct 14 23:54:21 1997. +This is ACE version 4.3.18, released Thu Oct 16 00:12:56 1997. If you have any problems with ACE, please send email to Douglas C. Schmidt (schmidt@cs.wustl.edu). diff --git a/ace/ACE.cpp b/ace/ACE.cpp index 15c1f626c95..60ca6770402 100644 --- a/ace/ACE.cpp +++ b/ace/ACE.cpp @@ -240,7 +240,7 @@ ACE::hash_pjw (const ACE_USHORT16 *str) * SUCH DAMAGE. */ -static u_long ACE::crctab[] = +u_long ACE::crctab[] = { 0x0, 0x04c11db7, 0x09823b6e, 0x0d4326d9, 0x130476dc, 0x17c56b6b, diff --git a/ace/Version.h b/ace/Version.h index c26943a026e..26fe696aed7 100644 --- a/ace/Version.h +++ b/ace/Version.h @@ -1,6 +1,6 @@ // $Id$ -// This should be an automatically generated file. +// This is an automatically generated file. -#define ACE_MAJOR_VERSION (4) -#define ACE_MINOR_VERSION (3) -#define ACE_BETA_VERSION (19) +#define ACE_MAJOR_VERSION (4u) +#define ACE_MINOR_VERSION (3u) +#define ACE_BETA_VERSION (19u) |