summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2016-05-25 18:50:59 +0300
committerIvan Maidanski <ivmai@mail.ru>2016-05-25 18:51:42 +0300
commitd8bfa89c2a9c7c86fb98acbc53b5750600b95492 (patch)
tree56aa815a7b518fdec46147bbfad2a36f7e85353a
parentc3d081b21581f2e223ff0a4b50dc9423fba040bb (diff)
downloadbdwgc-gc7_4_4.tar.gz
[7.4.4]gc7_4_4
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.
-rw-r--r--ChangeLog2
-rw-r--r--README.md2
-rw-r--r--configure.ac2
-rw-r--r--include/gc_version.h2
4 files changed, 4 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 31eae406..1e184f99 100644
--- 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).
diff --git a/README.md b/README.md
index 279bb7b7..5dd318a8 100644
--- 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
diff --git a/configure.ac b/configure.ac
index a659014c..cb7706ff 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.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])
diff --git a/include/gc_version.h b/include/gc_version.h
index c4b4319f..293c4de2 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 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 \