File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
cmake_minimum_required (VERSION 3.5)
2
2
3
- project (hfsm2 VERSION 2.6.0 LANGUAGES CXX)
3
+ project (hfsm2 VERSION 2.6.1 LANGUAGES CXX)
4
4
5
5
# Create an interface library (header-only)
6
6
add_library (${PROJECT_NAME} INTERFACE )
Original file line number Diff line number Diff line change 1
1
// HFSM2 (hierarchical state machine for games and interactive applications)
2
- // 2.6.0 (2025-02-01 )
2
+ // 2.6.1 (2025-03-19 )
3
3
//
4
4
// Created by Andrew Gresyk
5
5
//
33
33
34
34
#define HFSM2_VERSION_MAJOR 2
35
35
#define HFSM2_VERSION_MINOR 6
36
- #define HFSM2_VERSION_PATCH 0
36
+ #define HFSM2_VERSION_PATCH 1
37
37
38
38
#define HFSM2_VERSION (10000 * HFSM2_VERSION_MAJOR + 100 * HFSM2_VERSION_MINOR + HFSM2_VERSION_PATCH)
39
39
Original file line number Diff line number Diff line change 1
1
// HFSM2 (hierarchical state machine for games and interactive applications)
2
- // 2.6.0 (2025-02-01 )
2
+ // 2.6.1 (2025-03-19 )
3
3
//
4
4
// Created by Andrew Gresyk
5
5
//
33
33
34
34
#define HFSM2_VERSION_MAJOR 2
35
35
#define HFSM2_VERSION_MINOR 6
36
- #define HFSM2_VERSION_PATCH 0
36
+ #define HFSM2_VERSION_PATCH 1
37
37
38
38
#define HFSM2_VERSION (10000 * HFSM2_VERSION_MAJOR + 100 * HFSM2_VERSION_MINOR + HFSM2_VERSION_PATCH)
39
39
You can’t perform that action at this time.
0 commit comments