summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
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 /CMakeLists.txt
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 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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]+