From b71c1ef9597cb1ea4404d7c1c87a339f737c63b7 Mon Sep 17 00:00:00 2001 From: Christian Date: Sat, 24 Dec 2016 21:37:29 +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 44dc968..59e085a 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 "1") +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}")