summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2021-09-29 10:38:50 +0300
committerIvan Maidanski <ivmai@mail.ru>2021-09-29 11:30:12 +0300
commit549450ac1cb959c7c1b070a26e44cba114eaeb9f (patch)
tree164ffb5b21cc735fa1f338e4ed1c20e599c81640 /configure.ac
parent47e9106c17b72e9ee5501308f69ea94531e798b3 (diff)
downloadbdwgc-549450ac1cb959c7c1b070a26e44cba114eaeb9f.tar.gz
Bump libgc version (for the development of 8.4 release)
* README.md: Restore build status badges (Travis, AppVeyor, Codecov, Coveralls, Coverity, LGTM, Hits-of-Code, Lines of code, GitHub code size, Github All Releases). * CMakeLists.txt (PACKAGE_VERSION): Bump package version to 8.3.0. * README.md: Likewise. * configure.ac (AC_INIT): Likewise. * include/gc_version.h (GC_TMP_VERSION_MINOR): Likewise.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index ac8256a6..7ca5f077 100644
--- a/configure.ac
+++ b/configure.ac
@@ -14,7 +14,7 @@
dnl Process this file with autoconf to produce configure.
dnl Initialization.
-AC_INIT(gc,8.2.0,https://github.com/ivmai/bdwgc/issues)
+AC_INIT(gc,8.3.0,https://github.com/ivmai/bdwgc/issues)
dnl Version must conform to: [0-9]+[.][0-9]+[.][0-9]+
AC_CONFIG_SRCDIR(gcj_mlc.c)