From d6673c66ae1cb2b421b6e0c4b6a2f6ea6f0fad98 Mon Sep 17 00:00:00 2001 From: Stefan Huber Date: Thu, 27 Nov 2014 00:35:09 +0100 Subject: [PATCH] Change to version 0.2 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ad43d56..e9e8c09 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -26,7 +26,7 @@ endif() set(PACKAGE_STRING libstick) set(PACKAGE_BUGREPORT stefan.huber@ist.ac.at) -set(PACKAGE_VERSION 0.1) +set(PACKAGE_VERSION 0.2) option(WITH_UNITTESTS "Enable unit tests" "OFF") -- 2.30.2