From 2e8bd611ce4e1e36b5a80c9ca6e256e23802f095 Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Sun, 11 Mar 2012 09:27:07 -0400 Subject: Update version to 1.6.3.2 Signed-off-by: Kevin O'Connor --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 30b19d4..19e75fa 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ # This file may be distributed under the terms of the GNU LGPLv3 license. # Program version -VERSION=1.6.3.1-$(shell date +"%Y%m%d_%H%M%S")-$(shell hostname) +VERSION=1.6.3.2-$(shell date +"%Y%m%d_%H%M%S")-$(shell hostname) # Output directory OUT=out/ -- cgit v1.1