From b30f297c5df7d074d39912ee0cae8b6c092fc80c Mon Sep 17 00:00:00 2001 From: offa Date: Tue, 5 May 2015 22:22:32 +0200 Subject: [PATCH] Release v0.2.2. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0ae9188..f5ac6b0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 2.8.11) project(keygen) -set(PROJECT_VERSION 0.2.1) +set(PROJECT_VERSION 0.2.2) option(UNITTEST "Builds unit tests" ON) option(COVERAGE "Enables source code coverage" OFF)