Skip to content

Commit

Permalink
bumping version to 5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
frranck committed Dec 8, 2020
1 parent 086ff4b commit 5d45efd
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Assets/mrboom.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Bomberman is controlled with the keyboard or with (up to 8) joypads.
<binary>mrboom</binary>
</provides>
<releases>
<release version="5.0">
<release version="5.1">
</release>
</releases>
<screenshots>
Expand Down
2 changes: 1 addition & 1 deletion Assets/mrboom.libretro
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[Libretro]
Type=Game
Version=5.0
Version=5.1
Name=MrBoom
Icon=mrboom
Module=mrboom_libretro.so
Expand Down
8 changes: 4 additions & 4 deletions Assets/mrboom.rc
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
id ICON "./mrboom.ico"
1 VERSIONINFO
FILEVERSION 4,9,0,0
PRODUCTVERSION 4,9,0,0
FILEVERSION 5,1,0,0
PRODUCTVERSION 5,1,0,0
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "080904E4"
BEGIN
VALUE "CompanyName", "Remdy Software"
VALUE "FileDescription", "MrBoom"
VALUE "FileVersion", "5.0"
VALUE "FileVersion", "5.1"
VALUE "InternalName", "mrboom"
VALUE "LegalCopyright", "Remdy Software"
VALUE "OriginalFilename", "MrBoom.exe"
VALUE "ProductName", "MrBoom"
VALUE "ProductVersion", "5.0"
VALUE "ProductVersion", "5.1"
END
END
BLOCK "VarFileInfo"
Expand Down
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,8 @@ endif

CFLAGS += -DMRBOOM -DHAVE_IBXM -D_FORTIFY_SOURCE=0 -DPLATFORM=\"$(platform)\" -DGIT_VERSION=\"$(GIT_VERSION)\"

SDL2LIBS := -lSDL2 -lSDL2_mixer -lminizip -lmodplug
SDL2LIBS := -lSDL2 -lSDL2_mixer -lminizip

ifneq ($(FALCON),)
SDLLIBS := -mshort -L/usr/m68k-atari-mint/sys-root/usr/lib/m68020-60 -lSDL_mixer -lSDL -lSDLmain -lFLAC -lmikmod -lgem -lldg -lgem -lm -lvorbisfile -lvorbis -logg -lmpg123
else
Expand Down
2 changes: 1 addition & 1 deletion common.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
extern "C" {
#endif
#define GAME_NAME "Mr.Boom"
#define GAME_VERSION "5.0"
#define GAME_VERSION "5.1"
#define PATH_MAX_LENGTH 256
#define WIDTH 320
#define HEIGHT 200
Expand Down

0 comments on commit 5d45efd

Please sign in to comment.