]> granicus.if.org Git - gc/commitdiff
[7.4.4] gc7_4_4
authorIvan Maidanski <ivmai@mail.ru>
Wed, 25 May 2016 15:50:59 +0000 (18:50 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Wed, 25 May 2016 15:51:42 +0000 (18:51 +0300)
Bump gc version to 7.4.4

* ChangeLog: Set release date.
* README.md: Bump micro version.
* configure.ac (AC_INIT): Likewise.
* include/gc_version.h (GC_TMP_VERSION_MICRO): Likewise.

ChangeLog
README.md
configure.ac
include/gc_version.h

index 31eae406975be8f61e56a7a42e84c7a46e2c138a..1e184f99190ee6f50a363be49ccbd9f276f8a3f4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,5 @@
 
-== [7.4.4] (candidate) ==
+== [7.4.4] 2016-05-25 ==
 
 * Allow GC_FAST_MALLOC_GRANS() multiple use in a function.
 * Also enable the TSX workaround for i386 (Linux).
index 279bb7b7143cdcebf8e15092c169bf87298ccf08..5dd318a801682a78f97a4f9689bf94f7c280b3dc 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 # Boehm-Demers-Weiser Garbage Collector
 
-This is version 7.4.2 of a conservative garbage collector for C and C++.
+This is version 7.4.4 of a conservative garbage collector for C and C++.
 
 You might find a more recent version
 [here](http://www.hboehm.info/gc/), or
index a659014c2ff243a96357c334f54b0a0ba0d1875d..cb7706ffe48584ca6bb3b9a785b4fdfe1246d15a 100644 (file)
@@ -12,7 +12,7 @@
 dnl Process this file with autoconf to produce configure.
 
 # Initialization
-AC_INIT(gc,7.4.2,bdwgc@lists.opendylan.org)
+AC_INIT(gc,7.4.4,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])
index c4b4319f357cc70adf4f785cecfb93e795536a3d..293c4de23f4732e71b691b95333fc4765885b851 100644 (file)
@@ -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 2 /* 7.4.2 */
+#define GC_TMP_VERSION_MICRO 4 /* 7.4.4 */
 
 #ifdef GC_VERSION_MAJOR
 # if GC_TMP_VERSION_MAJOR != GC_VERSION_MAJOR \