Skip to content

Commit

Permalink
Bump to 2.2.0 due to the streaming ROI change
Browse files Browse the repository at this point in the history
  • Loading branch information
knro committed Jan 7, 2025
1 parent 8cd1076 commit 775bd7a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ endif()

# #################################### INDI version ################################################
set(CMAKE_INDI_VERSION_MAJOR 2)
set(CMAKE_INDI_VERSION_MINOR 1)
set(CMAKE_INDI_VERSION_RELEASE 2)
set(CMAKE_INDI_VERSION_MINOR 2)
set(CMAKE_INDI_VERSION_RELEASE 0)

set(INDI_SOVERSION ${CMAKE_INDI_VERSION_MAJOR})
set(CMAKE_INDI_VERSION_STRING "${CMAKE_INDI_VERSION_MAJOR}.${CMAKE_INDI_VERSION_MINOR}.${CMAKE_INDI_VERSION_RELEASE}")
Expand Down
2 changes: 1 addition & 1 deletion Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = "Instrument Neutral Distributed Interface INDI"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 2.1.2
PROJECT_NUMBER = 2.2.0

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
3 changes: 2 additions & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
libindi (2.1.2) focal; urgency=medium
libindi (2.2.0) focal; urgency=medium

* Minor release.
* Better Streaming ROI handling.

-- Jasem Mutlaq <[email protected]> Tue, 7 Jan 2025 10:00:00 +0300

Expand Down

0 comments on commit 775bd7a

Please sign in to comment.