[Change] Bumped version 0.3.3 => 0.3.4

This commit is contained in:
Allanis 2014-03-16 07:55:02 +00:00
parent 204978375c
commit 4884c04541
2 changed files with 1 additions and 2 deletions

View File

@ -15,7 +15,7 @@ export OS
# VERSION.
VMAJOR := 0
VMINOR := 3
VREV := 3
VREV := 4
VERSION = -DVMAJOR=$(VMAJOR) -DVMINOR=$(VMINOR) -DVREV=$(VREV)
VERSIONFILE = VERSION

View File

@ -117,7 +117,6 @@ static void menuKeybinds_update(unsigned int wid, char* name) {
SDLMod mod;
int reverse;
char buf[1024];
char pre[32];
char bind[32];
/* Get the keybind. */