From 56629e7b7d12e07845062288b4e4be2f7250d70b Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Tue, 8 Sep 2009 20:20:04 -0400 Subject: [PATCH] Note version 0.4.2. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d697fca..cf26b54 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=pre-0.4.2-$(shell date +"%Y%m%d_%H%M%S")-$(shell hostname) +VERSION=0.4.2-$(shell date +"%Y%m%d_%H%M%S")-$(shell hostname) # Output directory OUT=out/ -- 2.25.1