We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee1d39c commit eee8cbaCopy full SHA for eee8cba
CMakeLists.txt
@@ -7,7 +7,7 @@ if (MINGW)
7
endif()
8
9
set(LIBIIO_VERSION_MAJOR 0)
10
-set(LIBIIO_VERSION_MINOR 24)
+set(LIBIIO_VERSION_MINOR 25)
11
set(VERSION "${LIBIIO_VERSION_MAJOR}.${LIBIIO_VERSION_MINOR}")
12
if (WIN32)
13
string(TIMESTAMP BUILD_YEAR "%Y")
0 commit comments