diff options
author | Ivan Maidanski <ivmai@mail.ru> | 2022-08-26 09:09:24 +0300 |
---|---|---|
committer | Ivan Maidanski <ivmai@mail.ru> | 2022-08-26 17:10:39 +0300 |
commit | cd1fbc1dbfd2cc888436944dd2784f39820698d7 (patch) | |
tree | e3fe5b13eeb81bd87a6f64b785d399d132ce5f51 /doc/README.cmake | |
parent | d10d6a8baa0fd96839c16b0c8874f7e97ae360f6 (diff) | |
download | bdwgc-cd1fbc1dbfd2cc888436944dd2784f39820698d7.tar.gz |
[8.2.2]v8.2.2
Bump gc version to 8.2.2
* CMakeLists.txt (PACKAGE_VERSION): Bump micro version (to 8.2.2).
* README.md: Likewise.
* configure.ac (AC_INIT): Likewise.
* doc/README.cmake (HOW TO IMPORT BDWGC): Likewise.
* include/gc_version.h (GC_TMP_VERSION_MICRO): Likewise.
* CMakeLists.txt (LIBCORD_VER_INFO): Increment current and age (change
version info of libcord.so to 6:0:5).
* cord/cord.am (LIBCORD_VER_INFO): Likewise.
* CMakeLists.txt (LIBGC_VER_INFO): Increment revision (change version
info of libgc.so to 6:1:5).
* Makefile.am (LIBGC_VER_INFO): Likewise.
* ChangeLog (8.2.2): Set release date.
* README.md: Remove "experimental" from the version information.
Diffstat (limited to 'doc/README.cmake')
-rw-r--r-- | doc/README.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/README.cmake b/doc/README.cmake index 656e26f9..5180c912 100644 --- a/doc/README.cmake +++ b/doc/README.cmake @@ -55,7 +55,7 @@ HOW TO IMPORT BDWGC Another project could add bdwgc as one of its dependencies with something like this in their CMakeLists.txt: -find_package(BDWgc 8.2.0 REQUIRED) +find_package(BDWgc 8.2.2 REQUIRED) add_executable(Foo foo.c) target_link_libraries(Foo BDWgc::gc) |