diff options
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); |