Skip to content
This repository was archived by the owner on Mar 28, 2025. It is now read-only.

Commit df1df2f

Browse files
committed
bump the version to 0.5a
1 parent 9d59eb8 commit df1df2f

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

ChangeLog

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
Me and My Shadow V0.5a
2+
------------------------
3+
4+
Minor bug fix release.
5+
6+
* Define paths earlier in CMakeLists.txt, mainly for Linux package build
7+
* Don't use SDL_INIT_EVERYTHING which fails on systems which do not support SDL_INIT_HAPTIC
8+
* Update the target time from 6s to 6.5s of tutorial level 10
9+
* Update Hungarian (by SanskritFritz), Ukrainian (by burunduk and eugeneloza)
10+
and Russian (by BoFFire, mesnevi and eugeneloza) translations which fixes some bugs
11+
112
Me and My Shadow V0.5
213
------------------------
314

src/Globals.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ const Uint32 AMASK=0xFF000000;
7272
//String containing the version, used in the titelbar.
7373
//NOTE: for development version please write something like "V0.5 Development version"
7474
//which can trigger the corresponding achievement.
75-
const std::string version = "V0.5";
75+
const std::string version = "V0.5a";
7676

7777
//The height of the current level.
7878
extern int LEVEL_HEIGHT;

0 commit comments

Comments
 (0)