Skip to content

Commit 0afc192

Browse files
committed
INDI v2.1.9 release
1 parent aa61dd4 commit 0afc192

File tree

6 files changed

+14
-4
lines changed

6 files changed

+14
-4
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ endif()
4848
# #################################### INDI version ################################################
4949
set(CMAKE_INDI_VERSION_MAJOR 2)
5050
set(CMAKE_INDI_VERSION_MINOR 1)
51-
set(CMAKE_INDI_VERSION_RELEASE 8)
51+
set(CMAKE_INDI_VERSION_RELEASE 9)
5252

5353
set(INDI_SOVERSION ${CMAKE_INDI_VERSION_MAJOR})
5454
set(CMAKE_INDI_VERSION_STRING "${CMAKE_INDI_VERSION_MAJOR}.${CMAKE_INDI_VERSION_MINOR}.${CMAKE_INDI_VERSION_RELEASE}")

Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = "Instrument Neutral Distributed Interface INDI"
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = 2.1.8
41+
PROJECT_NUMBER = 2.1.9
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
libindi (2.1.9) jammy; urgency=medium
2+
3+
* Minor release.
4+
5+
-- Jasem Mutlaq <mutlaqja@ikarustech.com> Fri, 13 Feb 2026 10:00:00 +0300
6+
17
libindi (2.1.8) jammy; urgency=medium
28

39
* Minor release.

drivers.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@
5555
<driver name="LX200 OnStep">indi_lx200_OnStep</driver>
5656
<version>1.25</version>
5757
</device>
58+
<device label="SAL-33" manufacturer="MLAstro">
59+
<driver name="LX200 OnStep">indi_lx200_OnStep</driver>
60+
<version>1.25</version>
61+
</device>
5862
<device label="LX200 OpenAstroTech" manufacturer="OpenAstroTech">
5963
<driver name="LX200 OpenAstroTech">indi_lx200_OpenAstroTech</driver>
6064
<version>0.10</version>

libindi.pc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ includedir=/usr/include/
66
Name: libindi
77
Description: Instrument Neutral Distributed Interface
88
URL: http://www.indilib.org/
9-
Version: 2.1.8
9+
Version: 2.1.9
1010
Libs: -L${libdir} -lindiclient
1111
Libs.private: -lz -lcfitsio -lnova
1212
Cflags: -I${includedir}/libindi

spec/libindi.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
%define __cmake_in_source_build %{_vpath_builddir}
33

44
Name: indi
5-
Version: 2.1.8.git
5+
Version: 2.1.9.git
66
Release: %(date -u +%%Y%%m%%d%%H%%M%%S)%{?dist}
77
Summary: Instrument Neutral Distributed Interface
88

0 commit comments

Comments
 (0)