]> granicus.if.org Git - gc/commitdiff
Bump version to 7.4.2 gc7_4_2
authorIvan Maidanski <ivmai@mail.ru>
Tue, 3 Jun 2014 05:54:04 +0000 (09:54 +0400)
committerIvan Maidanski <ivmai@mail.ru>
Tue, 3 Jun 2014 06:09:52 +0000 (10:09 +0400)
* 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 ff87600d854fe9c76ff74e03834c09f5f542cb87..42169e68257acf4d7675765b35b218341f8fc35f 100644 (file)
--- 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.
index dbf61d48bc4e35dbaba74204355cacb4151a0a83..95dad1822c54d8c09707230c8dd07f167384e8b1 100644 (file)
--- 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
index 189807e77bc82df877a2a63ee52cffa5a2775842..76679498d478cd7361f8b2d53ed117d904ad5f41 100644 (file)
@@ -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])
index 5551f04e0ba4f0e0c53bbc3f7eb4c442075057e4..c4b4319f357cc70adf4f785cecfb93e795536a3d 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 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 \