Skip to content
Snippets Groups Projects
Commit ad419e50 authored by Martin Killenberg's avatar Martin Killenberg
Browse files

increased minor version number for new debian packaging mechanism

parent fa2b5b9f
No related branches found
Tags 00.12.00
No related merge requests found
......@@ -3,8 +3,8 @@ cmake_minimum_required(VERSION 2.8.0)
project(CommandLineTools)
set(${PROJECT_NAME}_MAJOR_VERSION 00)
set(${PROJECT_NAME}_MINOR_VERSION 11)
set(${PROJECT_NAME}_PATCH_VERSION 02)
set(${PROJECT_NAME}_MINOR_VERSION 12)
set(${PROJECT_NAME}_PATCH_VERSION 00)
set(${PROJECT_NAME}_VERSION
${${PROJECT_NAME}_MAJOR_VERSION}.${${PROJECT_NAME}_MINOR_VERSION}.${${PROJECT_NAME}_PATCH_VERSION})
#Note: We need the so-version because we treat it like a library, with version number in the executable name
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment