From fdf44a113e0ca1e9a0ae18a368661e2fc2b64546 Mon Sep 17 00:00:00 2001 From: Christian Date: Sat, 24 Dec 2016 21:32:56 +0100 Subject: [PATCH] v0.3.0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 779ce6d..bd03b6f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -42,7 +42,7 @@ set(META_AUTHOR_ORGANIZATION "lasmue") set(META_AUTHOR_DOMAIN "https://github.com/lasmue/annotatorlib/") set(META_AUTHOR_MAINTAINER "chriamue@gmail.com") set(META_VERSION_MAJOR "0") -set(META_VERSION_MINOR "2") +set(META_VERSION_MINOR "3") set(META_VERSION_PATCH "0") set(META_VERSION_REVISION "${GIT_REV}") set(META_VERSION "${META_VERSION_MAJOR}.${META_VERSION_MINOR}.${META_VERSION_PATCH}")