summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index f91036a..2c5dac1 100644
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@
.PHONY: all deps compile clean rpm rpmclean
-VERSION=0.2
+VERSION=0.2.0
all: deps compile
@@ -36,7 +36,6 @@ rpmclean:
./rpm/SOURCES/* \
./rpm/SRPMS/*
-
# Create a SOURCES tarball for RPM
rpm_tarball: rpmclean clean
tar czf /tmp/rvi-$(VERSION).tgz BUILD.md CONFIGURE.md doc \