Skip to content

Commit 4ac8c61

Browse files
committed
.
1 parent 883c5f8 commit 4ac8c61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NativeImpl/version.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set(VERSION_MAJOR 10)
33
set(VERSION_MINOR 15)
44
set(VERSION_PATCH 6)
5-
set(VERSION_REVISION 0)
5+
set(VERSION_REVISION 1)
66
set(LUNA_VERSION "{${VERSION_MAJOR},${VERSION_MINOR},${VERSION_PATCH},${VERSION_REVISION}}")
77
add_library(VERSION_DEF ${CMAKE_CURRENT_LIST_DIR}/version_def.cpp)
88
target_compile_definitions(VERSION_DEF PRIVATE

0 commit comments

Comments
 (0)