Skip to content

Commit

Permalink
INDI Library v1.7.7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
knro committed Apr 14, 2019
1 parent 16f8155 commit 8792d5c
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 7 deletions.
6 changes: 6 additions & 0 deletions debian/libindi/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
libindi (1.7.7) bionic; urgency=medium

* Minor release.

-- Jasem Mutlaq <[email protected]> Sun, 14 Feb 2019 19:36:00 +0300

libindi (1.7.6) bionic; urgency=medium

* Minor release.
Expand Down
6 changes: 3 additions & 3 deletions debian/libindi/libindi1.install
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
usr/lib/*/libindidriver.so.1
usr/lib/*/libindidriver.so.1.7.6
usr/lib/*/libindidriver.so.1.7.7
usr/lib/*/libindilx200.so.1
usr/lib/*/libindilx200.so.1.7.6
usr/lib/*/libindilx200.so.1.7.7
usr/lib/*/libindiAlignmentDriver.so.1
usr/lib/*/libindiAlignmentDriver.so.1.7.6
usr/lib/*/libindiAlignmentDriver.so.1.7.7
usr/lib/*/indi/MathPlugins/
4 changes: 2 additions & 2 deletions libindi/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ ENDIF ()
set(INDI_SOVERSION "1")
set(CMAKE_INDI_VERSION_MAJOR 1)
set(CMAKE_INDI_VERSION_MINOR 7)
set(CMAKE_INDI_VERSION_RELEASE 6)
set(CMAKE_INDI_VERSION_RELEASE 7)
set(CMAKE_INDI_VERSION_STRING "${CMAKE_INDI_VERSION_MAJOR}.${CMAKE_INDI_VERSION_MINOR}.${CMAKE_INDI_VERSION_RELEASE}")
set(INDI_VERSION ${CMAKE_INDI_VERSION_MAJOR}.${CMAKE_INDI_VERSION_MINOR}.${CMAKE_INDI_VERSION_RELEASE})

Expand Down Expand Up @@ -400,7 +400,7 @@ SET(indidriver_CXX_SRC
${CMAKE_CURRENT_SOURCE_DIR}/libs/indibase/defaultdevice.cpp
${CMAKE_CURRENT_SOURCE_DIR}/libs/indibase/indiproperty.cpp
${CMAKE_CURRENT_SOURCE_DIR}/libs/indibase/indiccd.cpp
${CMAKE_CURRENT_SOURCE_DIR}/libs/indibase/indiccdchip.cpp
${CMAKE_CURRENT_SOURCE_DIR}/libs/indibase/indiccdchip.cpp
${CMAKE_CURRENT_SOURCE_DIR}/libs/indibase/indidetector.cpp
${CMAKE_CURRENT_SOURCE_DIR}/libs/indibase/inditelescope.cpp
${CMAKE_CURRENT_SOURCE_DIR}/libs/indibase/indifilterwheel.cpp
Expand Down
2 changes: 1 addition & 1 deletion libindi/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 = 1.7.6
PROJECT_NUMBER = 1.7.7

# 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
2 changes: 1 addition & 1 deletion libindi/indiapi.h
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ For a full list of contributors, please check <a href="https://github.com/indili
/* INDI Library version */
#define INDI_VERSION_MAJOR 1
#define INDI_VERSION_MINOR 7
#define INDI_VERSION_RELEASE 6
#define INDI_VERSION_RELEASE 7

/*******************************************************************************
* Manifest constants
Expand Down

0 comments on commit 8792d5c

Please sign in to comment.