From b4d4bea1bb7b861a0f80ae0d38ccd5f00087887c Mon Sep 17 00:00:00 2001 From: Adam Shapiro Date: Tue, 19 Mar 2024 10:20:12 -0400 Subject: [PATCH] Updated the library version number to 1.22.8. --- python/fusion_engine_client/__init__.py | 2 +- src/point_one/fusion_engine/common/version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python/fusion_engine_client/__init__.py b/python/fusion_engine_client/__init__.py index adef0325..9851d032 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.22.8.dev1' +__version__ = '1.22.8' __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 f3fa910b..b1722b1c 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.22.8.dev1" +#define P1_FUSION_ENGINE_VERSION_STRING "1.22.8" #define P1_FUSION_ENGINE_VERSION_MAJOR 1 #define P1_FUSION_ENGINE_VERSION_MINOR 22 #define P1_FUSION_ENGINE_VERSION_PATCH 8