Skip to content

Commit

Permalink
CMake: Bump version to v0.25
Browse files Browse the repository at this point in the history
Bump the library version to v0.25 prior to the release.

Signed-off-by: Paul Cercueil <paul@crapouillou.net>
  • Loading branch information
pcercuei committed Jul 3, 2023
1 parent ee1d39c commit eee8cba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -7,7 +7,7 @@ if (MINGW)
endif()

set(LIBIIO_VERSION_MAJOR 0)
set(LIBIIO_VERSION_MINOR 24)
set(LIBIIO_VERSION_MINOR 25)
set(VERSION "${LIBIIO_VERSION_MAJOR}.${LIBIIO_VERSION_MINOR}")
if (WIN32)
string(TIMESTAMP BUILD_YEAR "%Y")
Expand Down

0 comments on commit eee8cba

Please sign in to comment.