Skip to content

Commit 0b21596

Browse files
committed
Prepare for 2.2.2 release
1 parent 95757b8 commit 0b21596

5 files changed

Lines changed: 13 additions & 3 deletions

File tree

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 2)
51-
set(CMAKE_INDI_VERSION_RELEASE 1)
51+
set(CMAKE_INDI_VERSION_RELEASE 2)
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}")

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
+ From 2.2.1 to 2.2.2
2+
3+
https://github.com/indilib/indi/releases/tag/v2.2.2
4+
15
+ From 2.2.0 to 2.2.1
26

37
https://github.com/indilib/indi/releases/tag/v2.2.1

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.2.1
41+
PROJECT_NUMBER = 2.2.2
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.2.2) jammy; urgency=medium
2+
3+
* Minor release.
4+
5+
-- Jasem Mutlaq <mutlaqja@ikarustech.com> Mon, 1 Jun 2026 10:00:00 +0300
6+
17
libindi (2.2.1) jammy; urgency=medium
28

39
* Minor release.

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.2.1.git
5+
Version: 2.2.2.git
66
Release: %(date -u +%%Y%%m%%d%%H%%M%%S)%{?dist}
77
Summary: Instrument Neutral Distributed Interface
88

0 commit comments

Comments
 (0)