Skip to content

Commit

Permalink
Bump version to 1.47.0 in CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
squeek502 authored and zhaozg committed Dec 18, 2023
1 parent f0f4707 commit 77f1bd3
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 46)
set(LUV_VERSION_MINOR 47)
set(LUV_VERSION_PATCH 0)
set(LUV_VERSION ${LUV_VERSION_MAJOR}.${LUV_VERSION_MINOR}.${LUV_VERSION_PATCH})

Expand Down

0 comments on commit 77f1bd3

Please sign in to comment.