diff options
Diffstat (limited to 'include/gc_version.h')
-rw-r--r-- | include/gc_version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gc_version.h b/include/gc_version.h index 4cbd0b93..bbe31f9d 100644 --- a/include/gc_version.h +++ b/include/gc_version.h @@ -30,7 +30,7 @@ /* it to keep the old-style build process working. */ #define GC_TMP_VERSION_MAJOR 8 #define GC_TMP_VERSION_MINOR 0 -#define GC_TMP_VERSION_MICRO 4 /* 8.0.4 */ +#define GC_TMP_VERSION_MICRO 6 /* 8.0.6 */ #ifdef GC_VERSION_MAJOR # if GC_TMP_VERSION_MAJOR != GC_VERSION_MAJOR \ |