Skip to content
Snippets Groups Projects
Commit 3a0b3162 authored by Patrik Huber's avatar Patrik Huber
Browse files

Bumped version to 0.11.1

parent 438fbe09
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.1.3) ...@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.1.3)
project(eos) project(eos)
set(eos_VERSION_MAJOR 0) set(eos_VERSION_MAJOR 0)
set(eos_VERSION_MINOR 11) set(eos_VERSION_MINOR 11)
set(eos_VERSION_PATCH 0) set(eos_VERSION_PATCH 1)
set(eos_VERSION ${eos_VERSION_MAJOR}.${eos_VERSION_MINOR}.${eos_VERSION_PATCH}) set(eos_VERSION ${eos_VERSION_MAJOR}.${eos_VERSION_MINOR}.${eos_VERSION_PATCH})
set_property(GLOBAL PROPERTY USE_FOLDERS ON) set_property(GLOBAL PROPERTY USE_FOLDERS ON)
......
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