OSDN Git Service

2003-06-11 Benjamin Kosnik <bkoz@redhat.com>
[pf3gnuchains/gcc-fork.git] / boehm-gc / version.h
index 2aedacc..96b7e64 100644 (file)
@@ -1,12 +1,9 @@
-#define GC_VERSION_MAJOR 5
-#define GC_VERSION_MINOR 0
-#define GC_ALPHA_VERSION 7
+#define GC_VERSION_MAJOR 6
+#define GC_VERSION_MINOR 1
+#define GC_ALPHA_VERSION 3
 
 #   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);