- Bump version number up
This commit is contained in:
wagic.the.homebrew@gmail.com
2010-10-03 12:15:10 +00:00
parent f21419cff9
commit 31f58b1da5

View File

@@ -16,7 +16,7 @@
#include "../include/utils.h"
#include "../include/WFont.h"
static const char* GAME_VERSION = "WTH?! 0.13.0 - by wololo";
static const char* GAME_VERSION = "WTH?! 0.13.1 - by wololo";
#define DEFAULT_ANGLE_MULTIPLIER 0.4f
#define MAX_ANGLE_MULTIPLIER (3*M_PI)