From 528335ad531f83be2de4492bc26b54e6d28ba8b4 Mon Sep 17 00:00:00 2001 From: Sylvain Date: Thu, 21 Jun 2007 21:12:00 -0400 Subject: [PATCH] Update to the versionning system --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index f5bb954..babec28 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -13,7 +13,7 @@ # DOC=radcan.1 README index.html DATE=$(shell env LC_ALL=fr_FR date +'%A, le %d %B %Y') -VER=$(shell cg tag-ls | sed 's/\([0-9\.]*\).*/\1/') +VER=$(shell cg tag-ls | sed '$$!d;s/\([0-9\.]*\).*/\1/') OLD=$(shell cat .version 2> /dev/null) all: tag $(DOC) -- 2.11.4.GIT