Skip to content

Commit

Permalink
Incremented version to 1.0.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
akb825 committed Feb 14, 2018
1 parent f9dde99 commit b919942
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 @@ -56,7 +56,7 @@ endif()

set(CUTTLEFISH_MAJOR_VERSION 1)
set(CUTTLEFISH_MINOR_VERSION 0)
set(CUTTLEFISH_PATCH_VERSION 2)
set(CUTTLEFISH_PATCH_VERSION 3)
set(CUTTLEFISH_VERSION ${CUTTLEFISH_MAJOR_VERSION}.${CUTTLEFISH_MINOR_VERSION}.${CUTTLEFISH_PATCH_VERSION})

set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CMAKE_CURRENT_SOURCE_DIR}/cmake)
Expand Down

0 comments on commit b919942

Please sign in to comment.