Skip to content

Commit

Permalink
Updated version to v0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dbierek committed Sep 29, 2024
1 parent b3f3b24 commit fd3c946
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ endif()

project(
NavKit
VERSION 0.9.0
VERSION 0.9.1
DESCRIPTION "An app to create NAVP and AIRG files for use with Hitman"
LANGUAGES CXX)

Expand Down
2 changes: 1 addition & 1 deletion include/NavKit/NavKitConfig.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#define NavKit_VERSION_MAJOR "0"
#define NavKit_VERSION_MINOR "9"
#define NavKit_VERSION_PATCH "0"
#define NavKit_VERSION_PATCH "1"

0 comments on commit fd3c946

Please sign in to comment.