summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMagnus <mfeuer@jaguarlandrover.com>2014-09-26 10:52:37 -0700
committerMagnus <mfeuer@jaguarlandrover.com>2014-09-26 10:52:37 -0700
commit63b98674f611aef94b44df1f08e42e584dda4d9a (patch)
treecbc56de539be918834d0865dfea505df61bda353 /Makefile
parentffd4f18a626877f6e7b358be28a6efefef7b3891 (diff)
downloadrvi_core-63b98674f611aef94b44df1f08e42e584dda4d9a.tar.gz
Bumped version 0.2 ->0.2.0 to reflect tizen build image
Signed-off-by: Magnus <mfeuer@jaguarlandrover.com>
Diffstat (limited to 'Makefile')
-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 \