From 031c6aea7cadb873d772cfe51a3eb0b1b4351e52 Mon Sep 17 00:00:00 2001 From: Nikolaus Schulz Date: Sat, 14 Oct 2006 20:59:14 +0000 Subject: Extract $(VERSION) from setup.py. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index fd0bc0a..0cb9239 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -VERSION=0.6.2 +VERSION=$(shell python setup.py --version) VERSION_TAG=v$(subst .,_,$(VERSION)) TARFILE=archivemail-$(VERSION).tar.gz SVNROOT=https://svn.sourceforge.net/svnroot/archivemail -- cgit v1.2.3