Bump version

This commit is contained in:
Luca Beltrame 2015-02-24 00:19:29 +01:00
parent 2c455a354c
commit 4cf88931b5

View file

@ -2,7 +2,7 @@ project(danbooru_client)
cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
set(danbooru_client_VERSION_MAJOR 0)
set(danbooru_client_VERSION_MINOR 2)
set(danbooru_client_VERSION_MINOR 3)
set(danbooru_client_VERSION_PATCH 0)
set (danbooru_VERSION ${danbooru_client_VERSION_MAJOR}.${danbooru_client_VERSION_MINOR}.${danbooru_client_VERSION_PATCH})