]> granicus.if.org Git - gc/commitdiff
[7.6.0] gc7_6_0
authorIvan Maidanski <ivmai@mail.ru>
Tue, 2 Aug 2016 20:11:42 +0000 (23:11 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Tue, 2 Aug 2016 20:15:40 +0000 (23:15 +0300)
Bump gc version to 7.6.0

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

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

index f2cae39fae53e760ada690f9b39685a713043c1d..71d89d1f1b533ffb7c968e127175f5c080a632ed 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,5 @@
 
-== [7.5.0] (development) ==
+== [7.6.0] 2016-08-02 ==
 
 * ABORT_ARGn log details at INFO level (Android).
 * Add 'pragma message' to gc.h to detect inconsistent WIN64/_WIN64 (MS VC).
index 36259cb532db59c422e31d43906cffc7bd13c9f2..a9ef2aba79432aa83711e27a42db4ffe8a4f121e 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 # Boehm-Demers-Weiser Garbage Collector
 
-This is version 7.5.0 (next release development) of a conservative garbage
+This is version 7.6.0 of a conservative garbage
 collector for C and C++.
 
 You might find a more recent version
index 5a84cc58244c01eeb8ae5cc44863c7cb5786a24a..3763c23223a75c5426751097695ef2358138b123 100644 (file)
@@ -12,7 +12,7 @@
 dnl Process this file with autoconf to produce configure.
 
 # Initialization
-AC_INIT(gc,7.5.0,bdwgc@lists.opendylan.org)
+AC_INIT(gc,7.6.0,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 00cde55f8c2bfb5a6e27de3e9874bcc5378b95b6..1cb0dab7511885ef64cbebe76147c7b257902cc1 100644 (file)
@@ -29,8 +29,8 @@
 /* Eventually this one may become unnecessary.  For now we need */
 /* it to keep the old-style build process working.              */
 #define GC_TMP_VERSION_MAJOR 7
-#define GC_TMP_VERSION_MINOR 5
-#define GC_TMP_VERSION_MICRO 0 /* 7.5.0 */
+#define GC_TMP_VERSION_MINOR 6
+#define GC_TMP_VERSION_MICRO 0 /* 7.6.0 */
 
 #ifdef GC_VERSION_MAJOR
 # if GC_TMP_VERSION_MAJOR != GC_VERSION_MAJOR \