Skip to content

Commit

Permalink
Bump version to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
plfiorini committed Nov 10, 2013
1 parent bcdb05d commit 1597aa4
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 @@ -11,7 +11,7 @@ set(CMAKE_AUTOMOC ON)
# Set version
set(EYESIGHT_VERSION_MAJOR 0)
set(EYESIGHT_VERSION_MINOR 1)
set(EYESIGHT_VERSION_PATCH 1)
set(EYESIGHT_VERSION_PATCH 2)
set(EYESIGHT_VERSION_STRING "${EYESIGHT_VERSION_MAJOR}.${EYESIGHT_VERSION_MINOR}.${EYESIGHT_VERSION_PATCH}")

# Installation directories
Expand Down

0 comments on commit 1597aa4

Please sign in to comment.