Skip to content

Commit

Permalink
Merge pull request #452 from zhaozg/master
Browse files Browse the repository at this point in the history
Bump version to 1.34.1-0
  • Loading branch information
zhaozg authored Jan 17, 2020
2 parents 18ccc32 + f6a35da commit d0afcbb
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
Expand Up @@ -7,8 +7,8 @@ endif()
project (luv C ASM)

set(LUV_VERSION_MAJOR 1)
set(LUV_VERSION_MINOR 32)
set(LUV_VERSION_PATCH 0)
set(LUV_VERSION_MINOR 34)
set(LUV_VERSION_PATCH 1)
set(LUV_VERSION ${LUV_VERSION_MAJOR}.${LUV_VERSION_MINOR}.${LUV_VERSION_PATCH})

option(BUILD_MODULE "Build as module" ON)
Expand Down

0 comments on commit d0afcbb

Please sign in to comment.