Skip to content

Commit

Permalink
Bumping version to 4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
frranck committed May 3, 2018
1 parent 0238fc9 commit 2865840
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions Assets/mrboom.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ Bomberman is controlled with the keyboard or with (up to 8) joypads.
</provides>

<releases>
<release version="4.5" date="2018-04-14">
<description>
<p>Fixed joypads</p>
<p>Improved AI</p>
</description>
</release>
<release version="4.4" date="2018-02-25">
<description>
<p>Added new sound effects</p>
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=4.4
Version=4.5
Name=MrBoom
Icon=mrboom
Module=mrboom_libretro.so
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 "4.4"
#define GAME_VERSION "4.5"
#define PATH_MAX_LENGTH 256
#define WIDTH 320
#define HEIGHT 200
Expand Down

0 comments on commit 2865840

Please sign in to comment.