From: Uwe Hermann Date: Thu, 19 Apr 2012 16:10:55 +0000 (+0200) Subject: Use versions, not dates (0.1.0 for now). X-Git-Tag: sigrok-dumps-0.1.0~16 X-Git-Url: https://sigrok.org/gitaction?a=commitdiff_plain;h=8bf853f8bed543b864d9392a67b7c4b8a2f29563;p=libsigrokdecode.git Use versions, not dates (0.1.0 for now). --- diff --git a/Makefile b/Makefile index 715d54a..0a7e903 100644 --- a/Makefile +++ b/Makefile @@ -18,12 +18,12 @@ ## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA ## -d=`date "+%Y%m%d"` +VERSION = "0.1.0" all: tarball tarball: @tar -c -v -z --exclude=.git --exclude=Makefile \ - --exclude=sigrok-dumps-$(d).tar.gz \ - -f sigrok-dumps-$(d).tar.gz * + --exclude=sigrok-dumps-$(VERSION).tar.gz \ + -f sigrok-dumps-$(VERSION).tar.gz *