File tree Expand file tree Collapse file tree 6 files changed +14
-4
lines changed
Expand file tree Collapse file tree 6 files changed +14
-4
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ endif()
4848# #################################### INDI version ################################################
4949set (CMAKE_INDI_VERSION_MAJOR 2)
5050set (CMAKE_INDI_VERSION_MINOR 1)
51- set (CMAKE_INDI_VERSION_RELEASE 8 )
51+ set (CMAKE_INDI_VERSION_RELEASE 9 )
5252
5353set (INDI_SOVERSION ${CMAKE_INDI_VERSION_MAJOR} )
5454set (CMAKE_INDI_VERSION_STRING "${CMAKE_INDI_VERSION_MAJOR} .${CMAKE_INDI_VERSION_MINOR} .${CMAKE_INDI_VERSION_RELEASE} " )
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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+
17libindi (2.1.8) jammy; urgency=medium
28
39 * Minor release.
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ includedir=/usr/include/
66Name: libindi
77Description: Instrument Neutral Distributed Interface
88URL: http://www.indilib.org/
9- Version: 2.1.8
9+ Version: 2.1.9
1010Libs: -L${libdir} -lindiclient
1111Libs.private: -lz -lcfitsio -lnova
1212Cflags: -I${includedir}/libindi
Original file line number Diff line number Diff line change 22%define __cmake_in_source_build %{_vpath_builddir }
33
44Name: indi
5- Version: 2.1.8 .git
5+ Version: 2.1.9 .git
66Release: %(date -u +%%Y %%m %%d %%H %%M %%S )%{?dist }
77Summary: Instrument Neutral Distributed Interface
88
You can’t perform that action at this time.
0 commit comments