summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2013-11-22 01:25:58 +0400
committerIvan Maidanski <ivmai@mail.ru>2013-11-22 01:25:58 +0400
commit9eee01858182a13c5f825b64d456acb4cb71b603 (patch)
tree4d1f23a9071fd509d3c08d477371b0fbe7d743de /include
parent4c4054f156d264a2c657b7fee24c85e0142f9091 (diff)
downloadbdwgc-9eee01858182a13c5f825b64d456acb4cb71b603.tar.gz
Bump libgc version
* README.md: Bump version to 7.5.0. * configure.ac: Likewise. * include/gc_version.h (GC_TMP_VERSION_MINOR): Likewise.
Diffstat (limited to 'include')
-rw-r--r--include/gc_version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/gc_version.h b/include/gc_version.h
index 5551f04e..00cde55f 100644
--- a/include/gc_version.h
+++ b/include/gc_version.h
@@ -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 \