From cd36c28815592af4080d71181964909125a74f44 Mon Sep 17 00:00:00 2001 From: hayati ayguen Date: Fri, 22 Mar 2024 07:27:40 +0100 Subject: [PATCH] revert major version number: new: 0.9 see issue https://github.com/librtlsdr/librtlsdr/issues/134 with https://github.com/librtlsdr/librtlsdr/issues/134#issuecomment-2014268797 and https://twitter.com/ryzerth/status/1771016439681466697 Signed-off-by: hayati ayguen --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 24cc690..bc3cbfb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -48,8 +48,8 @@ OPTION(PROVIDE_UDP_SERVER "Provide UDP server for tests" OFF) OPTION(WITH_RPC "RPC for non-Windows" OFF) # Set the version information here -set(VERSION_INFO_MAJOR_VERSION 2) # increment major on api compatibility changes -set(VERSION_INFO_MINOR_VERSION 1) # increment minor on feature-level changes +set(VERSION_INFO_MAJOR_VERSION 0) # increment major on api compatibility changes +set(VERSION_INFO_MINOR_VERSION 9) # increment minor on feature-level changes set(VERSION_INFO_PATCH_VERSION git) # increment patch for bug fixes and docs include(Version) # setup version info