diff options
author | Bryce McKinlay <bryce@gcc.gnu.org> | 2000-04-19 11:10:01 +0100 |
---|---|---|
committer | Bryce McKinlay <bryce@gcc.gnu.org> | 2000-04-19 11:10:01 +0100 |
commit | 93002327db5e5f466de60dc3f8c876cf9a56e183 (patch) | |
tree | fec69f60b37ca7ee4a47582f914dabbc7b3ee0c4 /boehm-gc/version.h | |
parent | 5e787f078df8900b34981443e9f968fd5c3b039c (diff) | |
download | gcc-93002327db5e5f466de60dc3f8c876cf9a56e183.zip gcc-93002327db5e5f466de60dc3f8c876cf9a56e183.tar.gz gcc-93002327db5e5f466de60dc3f8c876cf9a56e183.tar.bz2 |
Imported version version 5.0alpha6.
* acinclude.m4: Bump version to 5.0a6.
* configure.in: Don't use alpha_mach_dep.s.
* include/private/config.h, irix_threads.c gc_watcom.asm: Delete
obsolete files.
From-SVN: r33251
Diffstat (limited to 'boehm-gc/version.h')
-rw-r--r-- | boehm-gc/version.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/boehm-gc/version.h b/boehm-gc/version.h index df0770c..c709548 100644 --- a/boehm-gc/version.h +++ b/boehm-gc/version.h @@ -1,9 +1,12 @@ #define GC_VERSION_MAJOR 5 #define GC_VERSION_MINOR 0 -#define GC_ALPHA_VERSION 4 +#define GC_ALPHA_VERSION 6 # define GC_NOT_ALPHA 0xff +/* This is really an unreleased version which doesn't have a real version */ +/* number. */ + #ifndef GC_NO_VERSION_VAR unsigned GC_version = ((GC_VERSION_MAJOR << 16) | (GC_VERSION_MINOR << 8) | GC_ALPHA_VERSION); |