From dd9c0d32b6fc47ad13ce4a34e400e49c6b22ba7d Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Sun, 31 Oct 2010 18:38:51 -0400 Subject: Update version to 0.6.1.1. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 91106690..a4cda5d2 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-$(shell date +"%Y%m%d_%H%M%S")-$(shell hostname) +VERSION=0.6.1.1-$(shell date +"%Y%m%d_%H%M%S")-$(shell hostname) # Output directory OUT=out/ -- cgit