diff --git a/ChangeLog b/ChangeLog index 84a6cb412..a3e08aab6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,5 @@ -== [7.4.14] (not released yet) == +== [7.4.14] 2018-08-11 == * Cleanup BCC Makefile (remove absolute GC paths, fix del cmd, update clean) * Do not call GC_dirty_inner unless GC_incremental diff --git a/Makefile.am b/Makefile.am index 27060912d..86bb48a79 100644 --- a/Makefile.am +++ b/Makefile.am @@ -14,8 +14,8 @@ # Info (current:revision:age) for the Libtool versioning system. # These numbers should be updated at most once just before the release, # and, optionally, at most once during the development (after the release). -LIBGC_VER_INFO = 3:4:2 -LIBGCCPP_VER_INFO = 3:0:2 +LIBGC_VER_INFO = 3:5:2 +LIBGCCPP_VER_INFO = 3:1:2 ## FIXME: `make distcheck' in this directory will not currently work. ## This is most likely to the explicit flags passed to submakes. diff --git a/README.md b/README.md index baf6e144d..ec4838d35 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Boehm-Demers-Weiser Garbage Collector -This is version 7.4.12 of a conservative garbage collector for C and C++. +This is version 7.4.14 of a conservative garbage collector for C and C++. ## Download diff --git a/configure.ac b/configure.ac index 0a6c70a14..1915ee346 100644 --- a/configure.ac +++ b/configure.ac @@ -14,7 +14,7 @@ dnl Process this file with autoconf to produce configure. dnl Initialization. -AC_INIT(gc,7.4.12,https://github.com/ivmai/bdwgc/issues) +AC_INIT(gc,7.4.14,https://github.com/ivmai/bdwgc/issues) dnl Version must conform to: [0-9]+[.][0-9]+[.][0-9]+ AC_CONFIG_SRCDIR(gcj_mlc.c) diff --git a/cord/cord.am b/cord/cord.am index 34df8cdfa..51d7d9221 100644 --- a/cord/cord.am +++ b/cord/cord.am @@ -3,7 +3,7 @@ # Info (current:revision:age) for the Libtool versioning system. # These numbers should be updated at most once just before the release, # and, optionally, at most once during the development (after the release). -LIBCORD_VER_INFO = 3:0:2 +LIBCORD_VER_INFO = 3:1:2 lib_LTLIBRARIES += libcord.la diff --git a/include/gc_version.h b/include/gc_version.h index 4f17d43a7..359df4778 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 7 #define GC_TMP_VERSION_MINOR 4 -#define GC_TMP_VERSION_MICRO 12 /* 7.4.12 */ +#define GC_TMP_VERSION_MICRO 14 /* 7.4.14 */ #ifdef GC_VERSION_MAJOR # if GC_TMP_VERSION_MAJOR != GC_VERSION_MAJOR \