Skip to content

Commit

Permalink
Bump version to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
plfiorini committed May 26, 2013
1 parent e5e3373 commit 0bcc122
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 @@ -10,7 +10,7 @@ set(CMAKE_AUTOMOC ON)

# Set version
set(EYESIGHT_VERSION_MAJOR 0)
set(EYESIGHT_VERSION_MINOR 0)
set(EYESIGHT_VERSION_MINOR 1)
set(EYESIGHT_VERSION_PATCH 0)
set(EYESIGHT_VERSION_STRING "${EYESIGHT_VERSION_MAJOR}.${EYESIGHT_VERSION_MINOR}.${EYESIGHT_VERSION_PATCH}")

Expand Down

0 comments on commit 0bcc122

Please sign in to comment.