Codebase list plasma-integration / f8287d4
Refresh patches Maximiliano Curia 5 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
1212 +++ b/CMakeLists.txt
1313 @@ -3,6 +3,8 @@
1414 project(PlasmaIntegration)
15 set(PROJECT_VERSION "5.13.1")
15 set(PROJECT_VERSION "5.13.4")
1616 set(PROJECT_VERSION_MAJOR 5)
1717 +string(REGEX MATCHALL "[0-9]+" PROJECT_VERSION_COMPONENTS ${PROJECT_VERSION})
1818 +list(GET PROJECT_VERSION_COMPONENTS 1 PROJECT_VERSION_MINOR)