Skip to content

Commit

Permalink
Bumping to 4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
frranck committed Dec 6, 2017
1 parent c5192b7 commit def60c8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
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=4.0
Version=4.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,0,0,0
PRODUCTVERSION 4,0,0,0
FILEVERSION 4,1,0,0
PRODUCTVERSION 4,1,0,0
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "080904E4"
BEGIN
VALUE "CompanyName", "Remdy Software"
VALUE "FileDescription", "MrBoom"
VALUE "FileVersion", "4.0"
VALUE "FileVersion", "4.1"
VALUE "InternalName", "mrboom"
VALUE "LegalCopyright", "Remdy Software"
VALUE "OriginalFilename", "MrBoom.exe"
VALUE "ProductName", "MrBoom"
VALUE "ProductVersion", "4.0"
VALUE "ProductVersion", "4.1"
END
END
BLOCK "VarFileInfo"
Expand Down
2 changes: 1 addition & 1 deletion common.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
extern "C" {
#endif
#define GAME_NAME "Mr.Boom"
#define GAME_VERSION "4.0"
#define GAME_VERSION "4.1"
#define PATH_MAX_LENGTH 256
#define WIDTH 320
#define HEIGHT 200
Expand Down

0 comments on commit def60c8

Please sign in to comment.