Skip to content

Commit

Permalink
Version 2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
deathkiller committed Oct 20, 2024
1 parent 7edb7ae commit 3225241
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ set(NCINE_APP_DESCRIPTION "Open-source reimplementation of Jazz Jackrabbit 2")
set(NCINE_APP_DESCRIPTION_FULL "Jazz² Resurrection is reimplementation of the game Jazz Jackrabbit 2 released in 1998. Supports various versions of the game (Shareware Demo, Holiday Hare '98, The Secret Files and Christmas Chronicles). Also, it partially supports some features of JJ2+ extension and MLLE.\n\nFurther information can be found here: https://deat.tk/jazz2/")
set(NCINE_APP_VENDOR "Dan R.")
set(NCINE_REVERSE_DNS "jazz2.resurrection")
set(NCINE_VERSION "2.8.0")
set(NCINE_VERSION "2.9.0")

project(Jazz2
VERSION "${NCINE_VERSION}"
Expand Down
2 changes: 1 addition & 1 deletion Sources/Common.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# define NCINE_APP_NAME "Jazz² Resurrection"
#endif
#if !defined(NCINE_VERSION)
# define NCINE_VERSION "2.8.0"
# define NCINE_VERSION "2.9.0"
#endif
#if !defined(NCINE_BUILD_YEAR)
# define NCINE_BUILD_YEAR "2024"
Expand Down
8 changes: 4 additions & 4 deletions Sources/Resources.rc
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
LANGUAGE LANG_NEUTRAL, SUBLANG_DEFAULT

VS_VERSION_INFO VERSIONINFO
FILEVERSION 2, 8, 0, 0
PRODUCTVERSION 2, 8, 0, 0
FILEVERSION 2, 9, 0, 0
PRODUCTVERSION 2, 9, 0, 0
FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
#ifdef _DEBUG
FILEFLAGS VS_FF_DEBUG
Expand All @@ -21,12 +21,12 @@ VS_VERSION_INFO VERSIONINFO
BLOCK "000004b0"
{
VALUE "CompanyName", "Dan R."
VALUE "FileVersion", "2.8.0.0"
VALUE "FileVersion", "2.9.0.0"
VALUE "InternalName", "Jazz2"
VALUE "LegalCopyright", "© 2016-2024 Dan R."
VALUE "OriginalFilename", "Jazz2.exe"
VALUE "ProductName", "Jazz² Resurrection"
VALUE "ProductVersion", "2.8.0.0"
VALUE "ProductVersion", "2.9.0.0"
VALUE "FileDescription", "Jazz² Resurrection: Open-source reimplementation of Jazz Jackrabbit 2"
}
}
Expand Down
1 change: 1 addition & 0 deletions Sources/project.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
</provides>

<releases>
<release version="2.9.0" date="2024-10-20"/>
<release version="2.8.0" date="2024-08-04"/>
<release version="2.7.0" date="2024-05-27"/>
<release version="2.6.0" date="2024-03-08"/>
Expand Down

0 comments on commit 3225241

Please sign in to comment.