Skip to content

Commit 885be02

Browse files
committed
Update version to 3.10
1 parent 42e68a9 commit 885be02

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
@@ -33,7 +33,7 @@ if(POLICY CMP0067)
3333
endif()
3434

3535
set(ST_MAJOR_VERSION 3)
36-
set(ST_MINOR_VERSION 9)
36+
set(ST_MINOR_VERSION 10)
3737
set(ST_VERSION ${ST_MAJOR_VERSION}.${ST_MINOR_VERSION})
3838

3939
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${PROJECT_SOURCE_DIR}/cmake")

0 commit comments

Comments
 (0)