mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-17 14:42:01 +01:00
12 lines
372 B
Diff
12 lines
372 B
Diff
diff --git a/cmake/versions.cmake b/cmake/versions.cmake
|
|
index f17c27f..d292472 100644
|
|
--- a/cmake/versions.cmake
|
|
+++ b/cmake/versions.cmake
|
|
@@ -1,5 +1,5 @@
|
|
# Version for libraries CPP
|
|
-SET(VERSION "2.11")
|
|
+SET(VERSION "2.11.0")
|
|
STRING(REGEX MATCHALL "[0-9]+" VERSION_PARTS "${VERSION}")
|
|
LIST(GET VERSION_PARTS 0 VERSION_MAJOR)
|
|
LIST(GET VERSION_PARTS 1 VERSION_MINOR)
|