summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2012-04-19 18:10:55 +0200
committerUwe Hermann <uwe@hermann-uwe.de>2012-04-19 18:10:55 +0200
commit8bf853f8bed543b864d9392a67b7c4b8a2f29563 (patch)
treef26c367121b5bfb057dc5e3de66a4e2698ba34c5 /Makefile
parent0813db3a7d2f8862321330ea66527f8990fd807e (diff)
downloadsigrok-dumps-8bf853f8bed543b864d9392a67b7c4b8a2f29563.tar.gz
sigrok-dumps-8bf853f8bed543b864d9392a67b7c4b8a2f29563.zip
Use versions, not dates (0.1.0 for now).
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
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 *