From 2b99bc2a3202a79deb8b0a3a58d9b4bd25952f90 Mon Sep 17 00:00:00 2001 From: Adam Shapiro Date: Fri, 17 May 2024 13:46:55 -0400 Subject: [PATCH] Updated the library version number to 1.23.2. --- CMakeLists.txt | 2 +- python/fusion_engine_client/__init__.py | 2 +- src/point_one/fusion_engine/common/version.h | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8b5d6b2c..312a3775 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,7 +17,7 @@ endif() # Define the project and setup the compiler toolchain. This will establish # default compiler/linker flags. If the user specifies a cross-compilation # toolchain (-DCMAKE_TOOLCHAIN_FILE=...), it will be applied now. -project(p1_fusion_engine_client VERSION 1.23.1) +project(p1_fusion_engine_client VERSION 1.23.2) # Set additional compilation flags. if (MSVC) diff --git a/python/fusion_engine_client/__init__.py b/python/fusion_engine_client/__init__.py index cde67081..d80a51cb 100644 --- a/python/fusion_engine_client/__init__.py +++ b/python/fusion_engine_client/__init__.py @@ -1,3 +1,3 @@ __all__ = ['analysis', 'applications', 'messages', 'parsers', 'utils'] -__version__ = '1.23.1' +__version__ = '1.23.2' __author__ = 'Point One Navigation' diff --git a/src/point_one/fusion_engine/common/version.h b/src/point_one/fusion_engine/common/version.h index 09f7e996..18d8dda6 100644 --- a/src/point_one/fusion_engine/common/version.h +++ b/src/point_one/fusion_engine/common/version.h @@ -4,7 +4,7 @@ #pragma once -#define P1_FUSION_ENGINE_VERSION_STRING "1.23.1" +#define P1_FUSION_ENGINE_VERSION_STRING "1.23.2" #define P1_FUSION_ENGINE_VERSION_MAJOR 1 #define P1_FUSION_ENGINE_VERSION_MINOR 23 -#define P1_FUSION_ENGINE_VERSION_PATCH 1 +#define P1_FUSION_ENGINE_VERSION_PATCH 2