Skip to content

Commit

Permalink
Bumped version to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
patrikhuber committed Nov 23, 2016
1 parent 76b11df commit 1d49b45
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(4dface)
cmake_minimum_required(VERSION 2.8.10)
set(4dface_VERSION_MAJOR 0)
set(4dface_VERSION_MINOR 1)
set(4dface_VERSION_PATCH 1)
set(4dface_VERSION_PATCH 2)
set(4dface_VERSION ${4dface_VERSION_MAJOR}.${4dface_VERSION_MINOR}.${4dface_VERSION_PATCH})

# Check if a supported compiler is used and add c++14 flag:
Expand Down

0 comments on commit 1d49b45

Please sign in to comment.