Skip to content

Commit

Permalink
Bumped version to 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
patrikhuber committed Dec 5, 2016
1 parent 50b8302 commit a3deb18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ project(eos)
cmake_minimum_required(VERSION 2.8.12)
set(eos_VERSION_MAJOR 0)
set(eos_VERSION_MINOR 10)
set(eos_VERSION_PATCH 0)
set(eos_VERSION_PATCH 1)
set(eos_VERSION ${eos_VERSION_MAJOR}.${eos_VERSION_MINOR}.${eos_VERSION_PATCH})

set_property(GLOBAL PROPERTY USE_FOLDERS ON)
Expand Down

0 comments on commit a3deb18

Please sign in to comment.