diff --git a/bin/Makefile b/bin/Makefile
index 6ed548f..375e60a 100644
--- a/bin/Makefile
+++ b/bin/Makefile
@@ -15,7 +15,7 @@ export OS
 # VERSION.
 VMAJOR			:= 0
 VMINOR			:= 3
-VREV				:= 3
+VREV				:= 4
 VERSION			= -DVMAJOR=$(VMAJOR) -DVMINOR=$(VMINOR) -DVREV=$(VREV)
 VERSIONFILE	= VERSION
 
diff --git a/src/options.c b/src/options.c
index 53284a5..7fb61fe 100644
--- a/src/options.c
+++ b/src/options.c
@@ -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. */