Skip to content

Commit 77f1bd3

Browse files
squeek502zhaozg
authored andcommitted
Bump version to 1.47.0 in CMakeLists.txt
1 parent f0f4707 commit 77f1bd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.5)
33
project (luv C ASM)
44

55
set(LUV_VERSION_MAJOR 1)
6-
set(LUV_VERSION_MINOR 46)
6+
set(LUV_VERSION_MINOR 47)
77
set(LUV_VERSION_PATCH 0)
88
set(LUV_VERSION ${LUV_VERSION_MAJOR}.${LUV_VERSION_MINOR}.${LUV_VERSION_PATCH})
99

0 commit comments

Comments
 (0)