From 193a4756ab3e83f5bd14fea63b0d9b60715e617d Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Thu, 10 Sep 2020 21:35:22 +0200 Subject: release 2.1.1 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index c5580f5..279d51b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 2.8.9) list(APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake) -set(PROJECT_VERSION "2.1.0") +set(PROJECT_VERSION "2.1.1") set(PACKAGE ${CMAKE_PROJECT_NAME}) option (enable_tests "Build the package's automatic tests." ON) -- cgit v1.2.3