]> granicus.if.org Git - gc/commitdiff
Bump libgc version (for development)
authorIvan Maidanski <ivmai@mail.ru>
Tue, 9 Aug 2016 07:52:36 +0000 (10:52 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Tue, 9 Aug 2016 07:56:54 +0000 (10:56 +0300)
* README.md: Bump version to 7.7.0.
* configure.ac: Likewise.
* include/gc_version.h (GC_TMP_VERSION_MINOR): Likewise.

README.md
configure.ac
include/gc_version.h

index a9ef2aba79432aa83711e27a42db4ffe8a4f121e..e42b69d77d7ef8e8475a36b91960e79c47ae57a2 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 # Boehm-Demers-Weiser Garbage Collector
 
-This is version 7.6.0 of a conservative garbage
+This is version 7.7.0 (next release development) of a conservative garbage
 collector for C and C++.
 
 You might find a more recent version
index 3763c23223a75c5426751097695ef2358138b123..b0701a48eadfa2ad8cfad7b6ab0f03ad296c60cb 100644 (file)
@@ -12,7 +12,7 @@
 dnl Process this file with autoconf to produce configure.
 
 # Initialization
-AC_INIT(gc,7.6.0,bdwgc@lists.opendylan.org)
+AC_INIT(gc,7.7.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 1cb0dab7511885ef64cbebe76147c7b257902cc1..54ec0112b293ec89921b9a4d036e69cd2a001f2c 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 6
-#define GC_TMP_VERSION_MICRO 0 /* 7.6.0 */
+#define GC_TMP_VERSION_MINOR 7
+#define GC_TMP_VERSION_MICRO 0 /* 7.7.0 */
 
 #ifdef GC_VERSION_MAJOR
 # if GC_TMP_VERSION_MAJOR != GC_VERSION_MAJOR \