From aca6e3b1a4a2bf4568ce442dc48de8b788f0ddb2 Mon Sep 17 00:00:00 2001 From: Adam Shapiro Date: Mon, 12 Feb 2024 16:26:59 -0500 Subject: [PATCH] Updated the library version number to 1.22.7. --- 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 5a7077ea..0cb2d4d3 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.7rc2' +__version__ = '1.22.7' __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 89f95241..12920902 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.7rc2" +#define P1_FUSION_ENGINE_VERSION_STRING "1.22.7" #define P1_FUSION_ENGINE_VERSION_MAJOR 1 #define P1_FUSION_ENGINE_VERSION_MINOR 22 #define P1_FUSION_ENGINE_VERSION_PATCH 7