Skip to content

Commit be4f3b5

Browse files
authored
Fix mesh transforms (#77)
1 parent 0980f83 commit be4f3b5

File tree

3 files changed

+154
-374
lines changed

3 files changed

+154
-374
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
cmake_minimum_required(VERSION 3.30)
1+
cmake_minimum_required(VERSION 3.30)
22
cmake_policy(SET CMP0141 NEW)
33
set(CMAKE_MSVC_DEBUG_INFORMATION_FORMAT "$<IF:$<CONFIG:Debug>,EditAndContinue,ProgramDatabase>" CACHE STRING "MSVC debug information format")
44
project(
55
NavKit
6-
VERSION 2.6.0
6+
VERSION 2.6.1
77
DESCRIPTION "An app to create NAVP and AIRG files for use with Hitman: World of Assassination"
88
LANGUAGES CXX)
99
set(CMAKE_CXX_STANDARD 20)

include/NavKit/NavKitConfig.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
#define NavKit_VERSION_MAJOR "2"
1+
#define NavKit_VERSION_MAJOR "2"
22
#define NavKit_VERSION_MINOR "6"
3-
#define NavKit_VERSION_PATCH "0"
3+
#define NavKit_VERSION_PATCH "1"

0 commit comments

Comments
 (0)