Skip to content

Commit

Permalink
Bump version to 1.34.1-0
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaozg committed Jan 17, 2020
1 parent 18ccc32 commit f6a35da
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 f6a35da

Please sign in to comment.