Skip to content

Commit a91d0c4

Browse files
Update version numbers to 24.04
1 parent bd17014 commit a91d0c4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ assignees: ''
99

1010
**Version information:**
1111
- Platform: [e.g. Windows 11]
12-
- Version: [e.g. 24.03]
12+
- Version: [e.g. 24.04]
1313
- Build/commit: [e.g. f08479f]
1414

1515
**Describe the bug**

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
24.03+ (???)
1+
24.04 (2024-04-07)
22
------------------------------------------------------------------------
33
- Fix: [#2375] PNG heightmaps are mirrored when generating terrain.
44
- Fix: [#2377] When cloning vehicle without having sufficient funds, the error message appears below the window.

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ if (WIN32)
4242
endif()
4343
endif ()
4444

45-
project(${PROJECT} LANGUAGES CXX VERSION 24.03)
45+
project(${PROJECT} LANGUAGES CXX VERSION 24.04)
4646

4747
if (NOT CMAKE_CXX_STANDARD)
4848
set(CMAKE_CXX_STANDARD 20)

0 commit comments

Comments
 (0)