Skip to content

Commit 27016c8

Browse files
committed
Incremented version
1 parent fee3558 commit 27016c8

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

debian/indi-ocs/changelog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
indi-ocs (1.6) nobel; urgency=medium
2+
3+
* New release - Fixed another shutdown issue
4+
15
indi-ocs (1.5) nobel; urgency=medium
26

37
* New release - Fixed shutdown issue

indi-ocs/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ LIST(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/../cmake_modules/")
66
include(GNUInstallDirs)
77

88
set(INDI_OCS_VERSION_MAJOR 1)
9-
set(INDI_OCS_VERSION_MINOR 5)
9+
set(INDI_OCS_VERSION_MINOR 6)
1010

1111
find_package(INDI REQUIRED)
1212
find_package(Nova REQUIRED)

indi-ocs/indi_ocs.xml.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<devGroup group="Domes">
44
<device label="OCS" manufacturer="Other">
55
<driver name="OCS">indi_ocs</driver>
6-
<version>1.5</version>
6+
<version>1.6</version>
77
</device>
88
</devGroup>
99
</driversList>

0 commit comments

Comments
 (0)