From ab7d3fcb9eea423b2d56025d531356aafa6bc2d5 Mon Sep 17 00:00:00 2001 From: Allanis Date: Thu, 22 May 2014 18:57:02 +0100 Subject: [PATCH] [Change] Bumped version 0.3.4 => 0.3.5 --- bin/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/Makefile b/bin/Makefile index 89c196a..241a38b 100644 --- a/bin/Makefile +++ b/bin/Makefile @@ -17,7 +17,7 @@ export OS # VERSION. VMAJOR := 0 VMINOR := 3 -VREV := 4 +VREV := 5 VERSION = -DVMAJOR=$(VMAJOR) -DVMINOR=$(VMINOR) -DVREV=$(VREV) VERSIONFILE = VERSION