Skip to content

Commit

Permalink
CMake: bump version to v0.26
Browse files Browse the repository at this point in the history
This should be the last version of v0.x series.
This version will contain all the bugs fixed on the legacy branch.

Signed-off-by: Cristina Suteu <cristina.suteu@analog.com>
  • Loading branch information
cristina-suteu committed Aug 19, 2024
1 parent 76524f4 commit efee366
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if (MINGW)
endif()

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

0 comments on commit efee366

Please sign in to comment.