From 33abfc0ac58dc2f46def756ad5fe78c49d65a6b5 Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Sat, 13 Nov 2010 09:58:30 -0500 Subject: Update version to 0.6.1.2. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a4cda5d2..1543e0d7 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=0.6.1.1-$(shell date +"%Y%m%d_%H%M%S")-$(shell hostname) +VERSION=0.6.1.2-$(shell date +"%Y%m%d_%H%M%S")-$(shell hostname) # Output directory OUT=out/ -- cgit