Skip to content

Commit

Permalink
Bump version to 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
knro committed Nov 10, 2024
1 parent fca5015 commit 812b610
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
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.4) jammy; urgency=medium

* Added configurable timeout for download.

-- Jasem Mutlaq <[email protected]> Sun, 10 Nov 2024 13:00:00 +0300

indi-gphoto (3.3) jammy; urgency=medium

* Updated INDI properties.
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 3)
set(INDI_GPHOTO_VERSION_MINOR 4)

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

0 comments on commit 812b610

Please sign in to comment.