Skip to content

Commit

Permalink
Version 2.4.1 (and reverted wrong merge of .metainfo.xml)
Browse files Browse the repository at this point in the history
  • Loading branch information
deathkiller committed Dec 28, 2023
1 parent 16b7729 commit 3d53e81
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 13 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,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.4.0")
set(NCINE_VERSION "2.4.1")

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.4.0"
# define NCINE_VERSION "2.4.1"
#endif
#if !defined(NCINE_BUILD_YEAR)
# define NCINE_BUILD_YEAR "2023"
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, 4, 0, 0
PRODUCTVERSION 2, 4, 0, 0
FILEVERSION 2, 4, 1, 0
PRODUCTVERSION 2, 4, 1, 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.4.0.0"
VALUE "FileVersion", "2.4.1.0"
VALUE "InternalName", "Jazz2"
VALUE "LegalCopyright", "© 2016-2023 Dan R."
VALUE "OriginalFilename", "Jazz2.exe"
VALUE "ProductName", "Jazz² Resurrection"
VALUE "ProductVersion", "2.4.0.0"
VALUE "ProductVersion", "2.4.1.0"
VALUE "FileDescription", "Jazz² Resurrection: Open-source reimplementation of Jazz Jackrabbit 2"
}
}
Expand Down
24 changes: 17 additions & 7 deletions Sources/project.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<name>Jazz² Resurrection</name>
<summary>A re-implementation of Jazz Jackrabbit 2</summary>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0-only</project_license>
<project_license>GPL-3.0+</project_license>
<developer id="deat.tk">
<name>Daniel Rajf</name>
<url>https://deat.tk</url>
Expand Down Expand Up @@ -41,19 +41,29 @@
<url type="homepage">https://deat.tk/jazz2/</url>
<url type="bugtracker">https://github.com/deathkiller/jazz2-native/issues</url>
<url type="faq">https://deat.tk/jazz2/help</url>

<screenshots>
<screenshot type="default">https://raw.githubusercontent.com/deathkiller/jazz2/5e335eb6d167ffaab6e71f7c91a09d21b90e7acc/Docs/01.png</screenshot>
<screenshot>https://raw.githubusercontent.com/deathkiller/jazz2/5e335eb6d167ffaab6e71f7c91a09d21b90e7acc/Docs/02.png</screenshot>
<screenshot>https://raw.githubusercontent.com/deathkiller/jazz2/5e335eb6d167ffaab6e71f7c91a09d21b90e7acc/Docs/03.png</screenshot>
<screenshot type="default">
<image type="source" width="1440" height="810">https://raw.githubusercontent.com/deathkiller/jazz2/2.4.1/Docs/01.png</image>
<caption>Screenshot of Spaz in the level "Dungeon Dilemma".</caption>
</screenshot>
<screenshot>
<image type="source" width="1440" height="810">https://raw.githubusercontent.com/deathkiller/jazz2/2.4.1/Docs/02.png</image>
<caption>Screenshot of Jazz in the level "Marinated Rabbit".</caption>
</screenshot>
<screenshot>
<image type="source" width="1440" height="810">https://raw.githubusercontent.com/deathkiller/jazz2/2.4.1/Docs/03.png</image>
<caption>Screenshot of the story selection menu.</caption>
</screenshot>
</screenshots>

<provides>
<binary>jazz2</binary>
</provides>

<releases>
<release version="2.4.0" date="2023-12-09"/>
<release version="2.4.1" date="2023-12-28"/>
<release version="2.4.0" date="2023-12-19"/>
<release version="2.3.0" date="2023-11-26"/>
<release version="2.2.2" date="2023-11-11"/>
<release version="2.2.1" date="2023-11-08"/>
Expand Down Expand Up @@ -83,4 +93,4 @@
<content_attribute id="language-humor">mild</content_attribute>
</content_rating>

</component>
</component>

0 comments on commit 3d53e81

Please sign in to comment.