Skip to content

Commit

Permalink
INDI Library v1.6.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
knro committed Jan 8, 2018
1 parent 04df096 commit dee87df
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 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.6.1) bionic; urgency=medium

* Upstream release.

-- Jasem Mutlaq <mutlaqja@ikarustech.com> Mon, 8 Jan 2018 04:00:00 +0300

libindi (1.6.0) xenial; urgency=medium

* Upstream release.
Expand Down
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 6)
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
4 changes: 2 additions & 2 deletions libindi/indiapi.h
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,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 5
#define INDI_VERSION_RELEASE 0
#define INDI_VERSION_MINOR 6
#define INDI_VERSION_RELEASE 1

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

0 comments on commit dee87df

Please sign in to comment.