Skip to content

Commit

Permalink
v23.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ncorgan committed Nov 20, 2023
1 parent 1136d0a commit c2d9e87
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 7 deletions.
5 changes: 5 additions & 0 deletions Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Release 23.11.0 (2023-11-19)
==========================

- Installer fix

Release 23.10.0 (2023-10-23)
==========================

Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
limesuite (23.11.0-1) unstable; urgency=low

* Release 23.11.0 (2023-11-19)

-- Lime Microsystems <apps@limemicro.com> Sat, 15 Oct 2022 16:30:00 +0100

limesuite (23.10.0-1) unstable; urgency=low

* Release 23.10.0 (2023-10-23)
Expand Down
12 changes: 6 additions & 6 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Homepage: https://myriadrf.org/projects/lime-suite/
Vcs-Git: https://github.com/myriadrf/LimeSuite.git
Vcs-Browser: https://github.com/myriadrf/LimeSuite.git

Package: liblimesuite23.10-1
Package: liblimesuite23.11-1
Section: libs
Architecture: any
Multi-Arch: same
Expand All @@ -30,7 +30,7 @@ Package: liblimesuite-dev
Section: libdevel
Architecture: any
Depends:
liblimesuite23.10-1 (= ${binary:Version}),
liblimesuite23.11-1 (= ${binary:Version}),
${misc:Depends}
Description: Lime Suite - development files
Lime Suite application software.
Expand All @@ -39,7 +39,7 @@ Package: limesuite
Section: comm
Architecture: any
Depends:
liblimesuite23.10-1 (= ${binary:Version}),
liblimesuite23.11-1 (= ${binary:Version}),
${shlibs:Depends},
${misc:Depends},
xdg-utils
Expand All @@ -59,7 +59,7 @@ Section: comm
Architecture: any
Multi-Arch: same
Depends:
liblimesuite23.10-1 (= ${binary:Version}),
liblimesuite23.11-1 (= ${binary:Version}),
${shlibs:Depends},
${misc:Depends}
Description: Lime Suite - SoapySDR bindings
Expand All @@ -73,7 +73,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, udev
Description: Lime Suite - USB rules for udev
Lime Suite application software.

Package: limesuite-images23.10
Package: limesuite-images23.11
Section: libs
Architecture: any
Multi-Arch: same
Expand All @@ -87,7 +87,7 @@ Package: limesuite-images
Section: libs
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}, limesuite-images23.10
Depends: ${shlibs:Depends}, ${misc:Depends}, limesuite-images23.11
Description: Lime Suite - Install firmware and gateware images
Lime Suite application software.
.
Expand Down
File renamed without changes.
4 changes: 4 additions & 0 deletions docs/doxygen/mainpage.dox
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ LMS API is a set of C functions that are exported by LimeSuite library. Its main

/*! \page page_changelog Changelog

### v23.11.0

\li Installer fixes

### v23.10.0

\li SoapyLMS7: added reference clock and clock source functions
Expand Down
2 changes: 1 addition & 1 deletion src/VersionInfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
* #endif
* \endcode
*/
#define LIME_SUITE_API_VERSION 0x20231000
#define LIME_SUITE_API_VERSION 0x20231100

namespace lime
{
Expand Down

0 comments on commit c2d9e87

Please sign in to comment.