forked from sdr/rtl-sdr
1
0
Fork 0

Release 2.0.1

Create a fixup release that contains an updated debian/changelog.

Change-Id: Ie7df1b4e2b703d1c562d4394fecb2cf2dc1da594
This commit is contained in:
Oliver Smith 2023-11-03 10:21:12 +01:00
parent 632c77bf43
commit 420086af84
2 changed files with 8 additions and 1 deletions

View File

@ -43,7 +43,7 @@ include(CMakePackageConfigHelpers)
# Set the version information here
set(VERSION_INFO_MAJOR_VERSION 2) # increment major on api compatibility changes
set(VERSION_INFO_MINOR_VERSION 0) # increment minor on feature-level changes
set(VERSION_INFO_PATCH_VERSION 0) # increment patch for bug fixes and docs
set(VERSION_INFO_PATCH_VERSION 1) # increment patch for bug fixes and docs
include(Version) # setup version info
########################################################################

7
debian/changelog vendored
View File

@ -1,3 +1,10 @@
rtl-sdr (2.0.1) unstable; urgency=medium
* debian/changelog: update for 2.0.0 and 2.0.1
* gitignore: add files created by autotools
-- Oliver Smith <osmith@sysmocom.de> Fri, 03 Nov 2023 10:19:41 +0100
rtl-sdr (2.0.0) unstable; urgency=medium
[ Derrick Pallas ]