From f738c1a73c08eab56606633216fdb0c0a2861a20 Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Tue, 9 Aug 2016 10:52:36 +0300 Subject: [PATCH] Bump libgc version (for development) * README.md: Bump version to 7.7.0. * configure.ac: Likewise. * include/gc_version.h (GC_TMP_VERSION_MINOR): Likewise. --- README.md | 2 +- configure.ac | 2 +- include/gc_version.h | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a9ef2aba..e42b69d7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Boehm-Demers-Weiser Garbage Collector -This is version 7.6.0 of a conservative garbage +This is version 7.7.0 (next release development) of a conservative garbage collector for C and C++. You might find a more recent version diff --git a/configure.ac b/configure.ac index 3763c232..b0701a48 100644 --- a/configure.ac +++ b/configure.ac @@ -12,7 +12,7 @@ dnl Process this file with autoconf to produce configure. # Initialization -AC_INIT(gc,7.6.0,bdwgc@lists.opendylan.org) +AC_INIT(gc,7.7.0,bdwgc@lists.opendylan.org) ## version must conform to [0-9]+[.][0-9]+[.][0-9]+ AC_CONFIG_SRCDIR(gcj_mlc.c) AC_CONFIG_MACRO_DIR([m4]) diff --git a/include/gc_version.h b/include/gc_version.h index 1cb0dab7..54ec0112 100644 --- a/include/gc_version.h +++ b/include/gc_version.h @@ -29,8 +29,8 @@ /* Eventually this one may become unnecessary. For now we need */ /* it to keep the old-style build process working. */ #define GC_TMP_VERSION_MAJOR 7 -#define GC_TMP_VERSION_MINOR 6 -#define GC_TMP_VERSION_MICRO 0 /* 7.6.0 */ +#define GC_TMP_VERSION_MINOR 7 +#define GC_TMP_VERSION_MICRO 0 /* 7.7.0 */ #ifdef GC_VERSION_MAJOR # if GC_TMP_VERSION_MAJOR != GC_VERSION_MAJOR \ -- 2.40.0