Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Unity-Technologies/bdwgc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2014-06-03 09:54:04 +0400
committerIvan Maidanski <ivmai@mail.ru>2014-06-03 10:09:52 +0400
commite31cdc288ffbee5bf25f948e19deb5a7ce846971 (patch)
tree148e57af4f77269a2aa48cfc81f06727b536d9f6
parentf000c06d67ac13c81ff3ee9b567af7b993976c7e (diff)
Bump version to 7.4.2gc7_4_2
* 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 ff87600d..42169e68 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,5 @@
-== [7.4.2] (unset) ==
+== [7.4.2] 2014-06-03 ==
* Add config option to use STGRTMIN-based signals for thread suspend/resume.
* Allow parallel mark to be enabled on powerpc-linux systems.
diff --git a/README.md b/README.md
index dbf61d48..95dad182 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# Boehm-Demers-Weiser Garbage Collector
-This is version 7.4.0 of a conservative garbage collector for C and C++.
+This is version 7.4.2 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 189807e7..76679498 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.0,bdwgc@lists.opendylan.org)
+AC_INIT(gc,7.4.2,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 5551f04e..c4b4319f 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 0 /* 7.4.0 */
+#define GC_TMP_VERSION_MICRO 2 /* 7.4.2 */
#ifdef GC_VERSION_MAJOR
# if GC_TMP_VERSION_MAJOR != GC_VERSION_MAJOR \