Skip to content

Commit

Permalink
Version 3.2.0, updated font
Browse files Browse the repository at this point in the history
  • Loading branch information
deathkiller committed Feb 18, 2025
1 parent 2579735 commit d32c39d
Show file tree
Hide file tree
Showing 5 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 "3.1.0")
set(NCINE_VERSION "3.2.0")

project(Jazz2
VERSION "${NCINE_VERSION}"
Expand Down
Binary file modified Content/Animations/UI/font_small.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion Sources/Main.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#endif
/** @brief Application version */
#if !defined(NCINE_VERSION)
# define NCINE_VERSION "3.1.0"
# define NCINE_VERSION "3.2.0"
#endif
/** @brief Application build year */
#if !defined(NCINE_BUILD_YEAR)
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 3, 1, 0, 0
PRODUCTVERSION 3, 1, 0, 0
FILEVERSION 3, 2, 0, 0
PRODUCTVERSION 3, 2, 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", "3.1.0.0"
VALUE "FileVersion", "3.2.0.0"
VALUE "InternalName", "Jazz2"
VALUE "LegalCopyright", "© 2016-2025 Dan R."
VALUE "OriginalFilename", "Jazz2.exe"
VALUE "ProductName", "Jazz² Resurrection"
VALUE "ProductVersion", "3.1.0.0"
VALUE "ProductVersion", "3.2.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="3.2.0" date="2025-02-18"/>
<release version="3.1.0" date="2025-01-08"/>
<release version="3.0.0" date="2024-12-01"/>
<release version="2.9.1" date="2024-11-01"/>
Expand Down

0 comments on commit d32c39d

Please sign in to comment.