Skip to content

Commit c4498c2

Browse files
committed
CMake: Bump version to v0.24
Bump libiio version to v0.24, which should be the last version of the v0.x series. Signed-off-by: Paul Cercueil <[email protected]>
1 parent 3a4b27e commit c4498c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ if (MINGW)
77
endif()
88

99
set(LIBIIO_VERSION_MAJOR 0)
10-
set(LIBIIO_VERSION_MINOR 23)
10+
set(LIBIIO_VERSION_MINOR 24)
1111
set(VERSION "${LIBIIO_VERSION_MAJOR}.${LIBIIO_VERSION_MINOR}")
1212
if (WIN32)
1313
string(TIMESTAMP BUILD_YEAR "%Y")

0 commit comments

Comments
 (0)