Skip to content

Commit

Permalink
Bumped version to 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
patrikhuber committed Mar 8, 2017
1 parent 73fbf77 commit 4dea270
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
cmake_minimum_required(VERSION 3.1.3)
project(eos)
set(eos_VERSION_MAJOR 0)
set(eos_VERSION_MINOR 11)
set(eos_VERSION_PATCH 1)
set(eos_VERSION_MINOR 12)
set(eos_VERSION_PATCH 0)
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 4dea270

Please sign in to comment.