]> granicus.if.org Git - gc/commitdiff
Bump libgc version
authorIvan Maidanski <ivmai@mail.ru>
Thu, 21 Nov 2013 21:25:58 +0000 (01:25 +0400)
committerIvan Maidanski <ivmai@mail.ru>
Thu, 21 Nov 2013 21:25:58 +0000 (01:25 +0400)
* README.md: Bump version to 7.5.0.
* configure.ac: Likewise.
* include/gc_version.h (GC_TMP_VERSION_MINOR): Likewise.

README.md
configure.ac
include/gc_version.h

index cada89af4d768bfbd3ba58335f5ad6ec9aaa8774..2867013cbaee44161720eb9fe2ed826b4e8729b2 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,6 +1,7 @@
 # Boehm-Demers-Weiser Garbage Collector
 
-This is version 7.4.0 of a conservative garbage collector for C and C++.
+This is version 7.5.0 (next release development) of a conservative garbage
+collector for C and C++.
 
 You might find a more recent version
 [here](http://www.hpl.hp.com/personal/Hans_Boehm/gc).
index 2e9afca04589ebe4e46695a56a9ce53c2c519a75..d6793ed27b3906561637f53d182bfb74637daefa 100644 (file)
@@ -12,7 +12,7 @@
 dnl Process this file with autoconf to produce configure.
 
 # Initialization
-AC_INIT(gc,7.4.0,gc@linux.hpl.hp.com)
+AC_INIT(gc,7.5.0,gc@linux.hpl.hp.com)
     ## version must conform to [0-9]+[.][0-9]+[.][0-9]+
 AC_CONFIG_SRCDIR(gcj_mlc.c)
 AC_CONFIG_MACRO_DIR([m4])
index 5551f04e0ba4f0e0c53bbc3f7eb4c442075057e4..00cde55f8c2bfb5a6e27de3e9874bcc5378b95b6 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 4
-#define GC_TMP_VERSION_MICRO 0 /* 7.4.0 */
+#define GC_TMP_VERSION_MINOR 5
+#define GC_TMP_VERSION_MICRO 0 /* 7.5.0 */
 
 #ifdef GC_VERSION_MAJOR
 # if GC_TMP_VERSION_MAJOR != GC_VERSION_MAJOR \