[Change] Bumped version 0.3.3 => 0.3.4
This commit is contained in:
parent
204978375c
commit
4884c04541
@ -15,7 +15,7 @@ export OS
|
||||
# VERSION.
|
||||
VMAJOR := 0
|
||||
VMINOR := 3
|
||||
VREV := 3
|
||||
VREV := 4
|
||||
VERSION = -DVMAJOR=$(VMAJOR) -DVMINOR=$(VMINOR) -DVREV=$(VREV)
|
||||
VERSIONFILE = VERSION
|
||||
|
||||
|
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user