Skip to content

Commit

Permalink
Update version numbers to 24.02
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronVanGeffen committed Feb 24, 2024
1 parent 83e4718 commit 5665224
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Expand Up @@ -9,7 +9,7 @@ assignees: ''

**Version information:**
- Platform: [e.g. Windows 11]
- Version: [e.g. 24.01.1]
- Version: [e.g. 24.02]
- Build/commit: [e.g. f08479f]

**Describe the bug**
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,4 +1,4 @@
24.01.1+ (???)
24.02 (2024-02-24)
------------------------------------------------------------------------
- Fix: [#2277] Dragging vehicle components does not visually remove the component being dragged in some cases.
- Fix: [#2255] Load/save window fails to show all files in some cases.
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -42,7 +42,7 @@ if (WIN32)
endif()
endif ()

project(${PROJECT} LANGUAGES CXX VERSION 24.01.1)
project(${PROJECT} LANGUAGES CXX VERSION 24.02)

if (NOT CMAKE_CXX_STANDARD)
set(CMAKE_CXX_STANDARD 20)
Expand Down

0 comments on commit 5665224

Please sign in to comment.