summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 *