Mon Apr 24 14:59:36 2000 Alexandre Petit-Bianco <apbianco@cygnus.com>
[official-gcc.git] / boehm-gc / version.h
blobc7095488bd53e7c3ee35665014e9a92b41d686fe
1 #define GC_VERSION_MAJOR 5
2 #define GC_VERSION_MINOR 0
3 #define GC_ALPHA_VERSION 6
5 # define GC_NOT_ALPHA 0xff
7 /* This is really an unreleased version which doesn't have a real version */
8 /* number. */
10 #ifndef GC_NO_VERSION_VAR
12 unsigned GC_version = ((GC_VERSION_MAJOR << 16) | (GC_VERSION_MINOR << 8) | GC_ALPHA_VERSION);
14 #endif /* GC_NO_VERSION_VAR */