diff options
author | bryce <bryce@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-05-10 21:59:16 +0000 |
---|---|---|
committer | bryce <bryce@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-05-10 21:59:16 +0000 |
commit | 7408c700e57ebc650275d0c6b7429aabe76fbddb (patch) | |
tree | acd5ad4441f2b173be71279a47ebb3ad91ab054b /boehm-gc/version.h | |
parent | b25ceadc0b851a64cc6fcfd2cc305867ca5fb3e8 (diff) | |
download | gcc-7408c700e57ebc650275d0c6b7429aabe76fbddb.tar.gz |
2000-05-11 Bryce McKinlay <bryce@albatross.co.nz>
Imported 5.0 release version.
* acinclude.m4: Increment version to 5.0.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33832 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'boehm-gc/version.h')
-rw-r--r-- | boehm-gc/version.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/boehm-gc/version.h b/boehm-gc/version.h index 2aedacce531..2c69e44dd31 100644 --- a/boehm-gc/version.h +++ b/boehm-gc/version.h @@ -1,12 +1,9 @@ #define GC_VERSION_MAJOR 5 #define GC_VERSION_MINOR 0 -#define GC_ALPHA_VERSION 7 +#define GC_ALPHA_VERSION GC_NOT_ALPHA # 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); |