Skip to content

Commit

Permalink
Bug fix for updated version numbers (#820)
Browse files Browse the repository at this point in the history
Co-authored-by: Wolfgang Reissenberger <[email protected]>
  • Loading branch information
sterne-jaeger and Wolfgang Reissenberger authored Aug 5, 2023
1 parent 543e8ab commit bfc9f7e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions debian/indi-avalon/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
indi-avalon (1.13.1) jammy; urgency=medium

* Bug fix for updated version numbers

-- Wolfgang Reissenberger <[email protected]> Sat, 05 Aug 2023 12:07:19 +0200

indi-avalon (1.13) jammy; urgency=medium

* Bug fix for MacOS crash reading ParkHomeStatus
Expand Down
2 changes: 1 addition & 1 deletion indi-avalon/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ include_directories(${NOVA_INCLUDE_DIR})
include(CMakeCommon)

set(AVALON_VERSION_MAJOR 1)
set(AVALON_VERSION_MINOR 11)
set(AVALON_VERSION_MINOR 13)

set(INDI_DATA_DIR "${CMAKE_INSTALL_PREFIX}/share/indi")
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/config.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config.h )
Expand Down

0 comments on commit bfc9f7e

Please sign in to comment.