We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf5fa90 commit 7595530Copy full SHA for 7595530
1 file changed
cmake/versions.cmake
@@ -1,5 +1,5 @@
1
# Version for libraries CPP
2
-SET(VERSION "1.73.99")
+SET(VERSION "1.77")
3
STRING(REGEX MATCHALL "[0-9]" VERSION_PARTS "${VERSION}")
4
LIST(GET VERSION_PARTS 0 VERSION_MAJOR)
5
LIST(GET VERSION_PARTS 1 VERSION_MINOR)
0 commit comments