From 36dc31d31488ae772dd25a4621210e26bba1c316 Mon Sep 17 00:00:00 2001 From: Jonathan Diamond Date: Tue, 15 Oct 2024 15:21:57 -0700 Subject: [PATCH] Updated the library version number to 1.23.6rc2. --- 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 9fd773e6..4227d265 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.6rc1' +__version__ = '1.23.6rc2' __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 61a31a13..0e49488d 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.6rc1" +#define P1_FUSION_ENGINE_VERSION_STRING "1.23.6rc2" #define P1_FUSION_ENGINE_VERSION_MAJOR 1 #define P1_FUSION_ENGINE_VERSION_MINOR 23 #define P1_FUSION_ENGINE_VERSION_PATCH 6