Skip to content

Commit

Permalink
Bumped version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
patrikhuber committed Dec 2, 2016
1 parent 82edd0f commit 1e26340
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 @@
project(4dface)
cmake_minimum_required(VERSION 2.8.10)
set(4dface_VERSION_MAJOR 0)
set(4dface_VERSION_MINOR 1)
set(4dface_VERSION_PATCH 2)
set(4dface_VERSION_MINOR 2)
set(4dface_VERSION_PATCH 0)
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 1e26340

Please sign in to comment.