From 2b29e1d0cd9bc1c2ac58612404663868281b145d Mon Sep 17 00:00:00 2001 From: Allanis <allanis@saracraft.net> Date: Wed, 1 Jan 2014 01:04:39 +0000 Subject: [PATCH] [Change] Version set to 0.3.1 --- bin/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/Makefile b/bin/Makefile index 9af6cee..07d65de 100644 --- a/bin/Makefile +++ b/bin/Makefile @@ -12,7 +12,7 @@ export OS # VERSION. VMAJOR := 0 VMINOR := 3 -VREV := 0 +VREV := 1 VERSION = -DVMAJOR=$(VMAJOR) -DVMINOR=$(VMINOR) -DVREV=$(VREV) VERSIONFILE = VERSION