Skip to content

Commit

Permalink
Forgot to update indiapi for 1.7.0 release and therefore must make 1.…
Browse files Browse the repository at this point in the history
…7.1 release now with the fix
  • Loading branch information
knro committed Apr 12, 2018
1 parent 07a04fe commit e085fda
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 6 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.1) bionic; urgency=medium

* Hotfix release.

-- Jasem Mutlaq <[email protected]> Thu, 12 Apr 2018 15:00:00 +0300

libindi (1.7.0) bionic; urgency=medium

* Upstream release.
Expand Down
4 changes: 2 additions & 2 deletions debian/libindi/libindi1.install
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
usr/lib/*/libindidriver.so.1
usr/lib/*/libindidriver.so.1.7.0
usr/lib/*/libindidriver.so.1.7.1
usr/lib/*/libindiAlignmentDriver.so.1
usr/lib/*/libindiAlignmentDriver.so.1.7.0
usr/lib/*/libindiAlignmentDriver.so.1.7.1
usr/lib/*/indi/MathPlugins/
2 changes: 1 addition & 1 deletion libindi/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ ENDIF ()
set(INDI_SOVERSION "1")
set(CMAKE_INDI_VERSION_MAJOR 1)
set(CMAKE_INDI_VERSION_MINOR 7)
set(CMAKE_INDI_VERSION_RELEASE 0)
set(CMAKE_INDI_VERSION_RELEASE 1)
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
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.0
PROJECT_NUMBER = 1.7.1

# 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
4 changes: 2 additions & 2 deletions libindi/indiapi.h
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,8 @@ 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 6
#define INDI_VERSION_RELEASE 3
#define INDI_VERSION_MINOR 7
#define INDI_VERSION_RELEASE 1

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

0 comments on commit e085fda

Please sign in to comment.