File bump-toupbase-version.patch of Package indi-3rdparty-drivers
From 17947a023dd12cd22198c395bdecde0dc73c6a5f Mon Sep 17 00:00:00 2001 From: Jasem Mutlaq <mutlaqja@ikarustech.com> Date: Sun, 12 Oct 2025 18:44:08 +0300 Subject: [PATCH] Bump release for the name fix --- debian/indi-toupbase/changelog | 6 ++++++ indi-toupbase/CMakeLists.txt | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/indi-toupbase/changelog b/debian/indi-toupbase/changelog index f21010b73..d9cb138fe 100644 --- a/debian/indi-toupbase/changelog +++ b/debian/indi-toupbase/changelog @@ -1,3 +1,9 @@ +indi-toupbase (2.4) jammy; urgency=low + + * Fix AAF and EFW names + + -- Jasem Mutlaq <mutlaqja@ikarustech.com> Sun, 12 Oct 2025 09:00:00 +0300 + indi-toupbase (2.3) jammy; urgency=low * Fix exposure timeout detection. diff --git a/indi-toupbase/CMakeLists.txt b/indi-toupbase/CMakeLists.txt index 42b2d0204..15a70bb6a 100644 --- a/indi-toupbase/CMakeLists.txt +++ b/indi-toupbase/CMakeLists.txt @@ -14,7 +14,7 @@ set( ) set(TOUPBASE_VERSION_MAJOR 2) -set(TOUPBASE_VERSION_MINOR 3) +set(TOUPBASE_VERSION_MINOR 4) if(PROJECT_IS_TOP_LEVEL) option(WITH_TOUPCAM "Install Toupcam Driver" On)