From 549450ac1cb959c7c1b070a26e44cba114eaeb9f Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Wed, 29 Sep 2021 10:38:50 +0300 Subject: 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. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 052e1af6..72a0015c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -24,7 +24,7 @@ cmake_minimum_required(VERSION 3.1) -set(PACKAGE_VERSION 8.2.0) +set(PACKAGE_VERSION 8.3.0) # Version must match that in AC_INIT of configure.ac and that in README. # Version must conform to: [0-9]+[.][0-9]+[.][0-9]+ -- cgit v1.2.1