Skip to content

Commit

Permalink
Migrate to new INDI properties
Browse files Browse the repository at this point in the history
  • Loading branch information
knro committed Jun 28, 2024
1 parent 5d8ef14 commit 913c233
Show file tree
Hide file tree
Showing 4 changed files with 336 additions and 352 deletions.
6 changes: 6 additions & 0 deletions debian/indi-gphoto/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
indi-gphoto (3.3) jammy; urgency=medium

* Updated INDI properties.

-- Jasem Mutlaq <[email protected]> Fri, 28 Jun 2024 20:00:00 +0300

indi-gphoto (3.2) jammy; urgency=medium

* Fixed opening of remote serial shutter.
Expand Down
2 changes: 1 addition & 1 deletion indi-gphoto/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.16)
PROJECT(indi_gphoto C CXX)

set(INDI_GPHOTO_VERSION_MAJOR 3)
set(INDI_GPHOTO_VERSION_MINOR 2)
set(INDI_GPHOTO_VERSION_MINOR 3)

LIST(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake_modules/")
LIST(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/../cmake_modules/")
Expand Down
Loading

0 comments on commit 913c233

Please sign in to comment.