Skip to content

Commit 92d6a35

Browse files
committed
CMake: Bump version to v0.23
Bump libiio version to v0.23. Signed-off-by: Paul Cercueil <[email protected]>
1 parent aaab22d commit 92d6a35

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

0 commit comments

Comments
 (0)