Skip to content

Commit

Permalink
Ahpgt (#729)
Browse files Browse the repository at this point in the history
Co-authored-by: Ilia Platone <info@iliaplatone.com>
  • Loading branch information
iliaplatone and Ilia Platone committed Feb 15, 2023
1 parent 3ad0904 commit f01b5fa
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions libahp-gt/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ project (libahp_gt)

set(LIB_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBDIR}")
set(AHP_GT_VERSION_MAJOR 1)
set(AHP_GT_VERSION_MINOR 5)
set(AHP_GT_VERSION_RELEASE 9)
set(AHP_GT_VERSION_MINOR 6)
set(AHP_GT_VERSION_RELEASE 2)
set(AHPGT_VERSION "${AHP_GT_VERSION_MAJOR}.${AHP_GT_VERSION_MINOR}.${AHP_GT_VERSION_RELEASE}")
set(AHPGT_SOVERSION ${AHP_GT_VERSION_MAJOR})

Expand Down
4 changes: 2 additions & 2 deletions libahp-gt/ahp_gt.h
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ extern "C" {
* visit https://www.iliaplatone.com/gt1 for more informations and purchase options.
*
* \author Ilia Platone
* \version 1.6.1
* \version 1.6.2
* \date 2017-2021
* \copyright MIT License.
*/
Expand Down Expand Up @@ -376,7 +376,7 @@ double timestamp;
* \defgroup Defines Defines
*\{*/
///AHP_GT_VERSION This library version
#define AHP_GT_VERSION 0x161
#define AHP_GT_VERSION 0x162

/**\}
* \defgroup Conn Connection
Expand Down
Binary file modified libahp-gt/libahp_gt.so.amd64
Binary file not shown.
Binary file modified libahp-gt/libahp_gt.so.arm64
Binary file not shown.
Binary file modified libahp-gt/libahp_gt.so.armhf
Binary file not shown.
Binary file modified libahp-gt/libahp_gt.so.i386
Binary file not shown.

0 comments on commit f01b5fa

Please sign in to comment.