diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-10-23 05:29:35 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-10-23 05:29:35 +0000 |
commit | 3ea2302614318ca9f0047862da1b710ddbd1e12d (patch) | |
tree | 09dbcf9da5f0ed63cb29f1f5e68d547c951e3ecd /ace | |
parent | 75f302990928fc389f714e56cd6e842187326e77 (diff) | |
download | ATCD-3ea2302614318ca9f0047862da1b710ddbd1e12d.tar.gz |
4.5.63
Diffstat (limited to 'ace')
-rw-r--r-- | ace/Version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/Version.h b/ace/Version.h index f2a9abf6186..549f556e8bc 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 (62u) -#define ACE_VERSION "4.5.62\0" +#define ACE_BETA_VERSION (63u) +#define ACE_VERSION "4.5.63\0" |