diff --git a/CMakeLists.txt b/CMakeLists.txt index 42e487b4b..a8025024d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,7 +15,7 @@ # cmake_minimum_required(VERSION 3.14) -project(the VERSION 0.12.2) +project(the VERSION 0.13.0) option(BUILD_COVERAGE "Build coverage" OFF) option(BUILD_TESTS "Build test programs" OFF) diff --git a/SECURITY.md b/SECURITY.md index c66d9b8c4..e2bd5a718 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -5,8 +5,8 @@ We support only past two minor releases: | Version | Supported | |:--------|--------------------| -| 0.12.x | :white_check_mark: | -| < 0.12 | :x: | +| 0.13.x | :white_check_mark: | +| < 0.13 | :x: | ## Reporting a Vulnerability If you believe you have found a security vulnerability, we encourage you to let us know right away. We will investigate all legitimate reports and do our best to quickly fix the problem.