Skip to content

Commit

Permalink
Merge pull request #29 from pfnet-research/fix_version_string_1.0.2
Browse files Browse the repository at this point in the history
fix version 1.0.2
  • Loading branch information
okdshin committed Jul 2, 2018
2 parents b72a0b7 + c9dcb65 commit 3515c8c
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 @@ -4,7 +4,7 @@ set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake")

set(MENOH_MAJOR_VERSION 1)
set(MENOH_MINOR_VERSION 0)
set(MENOH_PATCH_VERSION )
set(MENOH_PATCH_VERSION 2)

# Options
option(BUILD_SHARED_LIBS "Build shared libs" ON)
Expand Down

0 comments on commit 3515c8c

Please sign in to comment.