Skip to content

Commit

Permalink
Bump version to 1.48.0 in CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaozg committed Feb 8, 2024
1 parent 3ba3781 commit b18da1c
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 @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.5)
project (luv C ASM)

set(LUV_VERSION_MAJOR 1)
set(LUV_VERSION_MINOR 47)
set(LUV_VERSION_MINOR 48)
set(LUV_VERSION_PATCH 0)
set(LUV_VERSION ${LUV_VERSION_MAJOR}.${LUV_VERSION_MINOR}.${LUV_VERSION_PATCH})

Expand Down

0 comments on commit b18da1c

Please sign in to comment.