next release will be 3.3.0

This commit is contained in:
Martchus 2016-04-25 22:18:43 +02:00
parent 176b81b431
commit 1aa5421e9b
1 changed files with 2 additions and 2 deletions

View File

@ -89,8 +89,8 @@ set(META_APP_AUTHOR "Martchus")
set(META_APP_URL "https://github.com/${META_APP_AUTHOR}/${META_PROJECT_NAME}") set(META_APP_URL "https://github.com/${META_APP_AUTHOR}/${META_PROJECT_NAME}")
set(META_APP_DESCRIPTION "Common C++ classes and routines used by my applications such as argument parser, IO and conversion utilities.") set(META_APP_DESCRIPTION "Common C++ classes and routines used by my applications such as argument parser, IO and conversion utilities.")
set(META_VERSION_MAJOR 3) set(META_VERSION_MAJOR 3)
set(META_VERSION_MINOR 2) set(META_VERSION_MINOR 3)
set(META_VERSION_PATCH 1) set(META_VERSION_PATCH 0)
# include modules to apply configuration # include modules to apply configuration
include(BasicConfig) include(BasicConfig)