Skip to content

Commit eee8cba

Browse files
committed
CMake: Bump version to v0.25
Bump the library version to v0.25 prior to the release. Signed-off-by: Paul Cercueil <paul@crapouillou.net>
1 parent ee1d39c commit eee8cba

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 24)
10+
set(LIBIIO_VERSION_MINOR 25)
1111
set(VERSION "${LIBIIO_VERSION_MAJOR}.${LIBIIO_VERSION_MINOR}")
1212
if (WIN32)
1313
string(TIMESTAMP BUILD_YEAR "%Y")

0 commit comments

Comments
 (0)