File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -107,8 +107,8 @@ project(nheko LANGUAGES CXX C)
107
107
include (GNUInstallDirs )
108
108
109
109
set (CPACK_PACKAGE_VERSION_MAJOR "0" )
110
- set (CPACK_PACKAGE_VERSION_MINOR "9 " )
111
- set (CPACK_PACKAGE_VERSION_PATCH "3 " )
110
+ set (CPACK_PACKAGE_VERSION_MINOR "10 " )
111
+ set (CPACK_PACKAGE_VERSION_PATCH "0 " )
112
112
set (PROJECT_VERSION_MAJOR ${CPACK_PACKAGE_VERSION_MAJOR} )
113
113
set (PROJECT_VERSION_MINOR ${CPACK_PACKAGE_VERSION_MINOR} )
114
114
set (PROJECT_VERSION_PATCH ${CPACK_PACKAGE_VERSION_PATCH} )
@@ -503,7 +503,7 @@ if(USE_BUNDLED_OLM)
503
503
FetchContent_Declare (
504
504
Olm
505
505
GIT_REPOSITORY https://gitlab.matrix.org/matrix-org/olm.git
506
- GIT_TAG 3.2.8
506
+ GIT_TAG 3.2.12
507
507
)
508
508
set (OLM_TESTS OFF CACHE INTERNAL "" )
509
509
FetchContent_MakeAvailable (Olm )
You can’t perform that action at this time.
0 commit comments