Skip to content

Commit

Permalink
Update MI library to 0.9.0/0.8.0 (#866)
Browse files Browse the repository at this point in the history
* Update MI library to 0.9.0/0.8.0

Adds support for new camera PIDs

* Update debian changelog
  • Loading branch information
sWski authored Dec 14, 2023
1 parent 56f87ed commit a439cf2
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions debian/libmicam/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
libmicam (1.1) buster; urgency=low

* Updated MI library to version 0.9.0/0.8.0

-- Jakub Smutny <[email protected]> Thu, 14 Dec 2023 12:00:00 +0100

libmicam (1.0) buster; urgency=medium

* Initial release
Expand Down
4 changes: 2 additions & 2 deletions libmicam/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
cmake_minimum_required (VERSION 3.0)
project (libmicam)

set (MICAM_VERSION "0.8.3")
set (MICAM_VERSION_MAC "0.7.3")
set (MICAM_VERSION "0.9.0")
set (MICAM_VERSION_MAC "0.8.0")
set (MICAM_SOVERSION "0")

list (APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake_modules/")
Expand Down
Binary file modified libmicam/libgxccd32.bin
Binary file not shown.
Binary file modified libmicam/libgxccd64.bin
Binary file not shown.
Binary file modified libmicam/libgxccdarmv7.bin
Binary file not shown.
Binary file modified libmicam/libgxccdarmv8.bin
Binary file not shown.
Binary file modified libmicam/libgxccdmac.bin
Binary file not shown.

0 comments on commit a439cf2

Please sign in to comment.