Skip to content

Commit

Permalink
Updated the library version number to 1.24.0rc2.
Browse files Browse the repository at this point in the history
  • Loading branch information
adamshapiro0 committed Dec 20, 2024
1 parent 53f2b67 commit fa632f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/fusion_engine_client/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__all__ = ['analysis', 'applications', 'messages', 'parsers', 'utils']
__version__ = '1.24.0rc1'
__version__ = '1.24.0rc2'
__author__ = 'Point One Navigation'
2 changes: 1 addition & 1 deletion src/point_one/fusion_engine/common/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

#pragma once

#define P1_FUSION_ENGINE_VERSION_STRING "1.24.0rc1"
#define P1_FUSION_ENGINE_VERSION_STRING "1.24.0rc2"
#define P1_FUSION_ENGINE_VERSION_MAJOR 1
#define P1_FUSION_ENGINE_VERSION_MINOR 24
#define P1_FUSION_ENGINE_VERSION_PATCH 0

0 comments on commit fa632f8

Please sign in to comment.