Skip to content

Commit 1e7ab56

Browse files
committed
Release 20240919
1 parent 1d0b77c commit 1e7ab56

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.16...3.29)
22

33
project(OpenJazz
4-
VERSION 20231028
4+
VERSION 20240919
55
LANGUAGES CXX
66
HOMEPAGE_URL http://alister.eu/jazz/oj/)
77

res/wii/meta.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
22
<app version="1">
33
<name>OpenJazz</name>
4-
<version>20231028000000</version>
4+
<version>20240919000000</version>
55
<coder>AlisterT, tehpola, carstene1ns</coder>
66
<short_description>Open source Jazz Jackrabbit engine</short_description>
77
<long_description>

res/windows/OpenJazz.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ FILETYPE 0x00000001L {
66
BLOCK "040904b0" {
77
VALUE "CompanyName", ""
88
VALUE "ProductName", "OpenJazz"
9-
VALUE "ProductVersion", "2023.10.28.0"
9+
VALUE "ProductVersion", "2024.09.19.0"
1010
VALUE "FileDescription", "Jazz Jackrabbit™ engine reimplementation"
1111
VALUE "LegalCopyright", "Alister Thomson et al."
1212
VALUE "OriginalFilename", "OpenJazz.exe"

0 commit comments

Comments
 (0)