summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2016-02-04 19:54:25 +0100
committerAlexander Larsson <alexl@redhat.com>2016-02-04 20:37:18 +0100
commit68437086fda2dabbe5bcf1a0399f1f140674fea5 (patch)
tree0efb8e3ca25306f4bc4eb6b7189c2c79dc1fa461
parent658ac1800b0c88d26140f8f471962da9e0be7cc7 (diff)
Bump version to 1.4
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4837e5f..472a361 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ HASH:=$(shell git rev-parse HEAD)
SDK_IMAGE=$(IMAGEDIR)/freedesktop-contents-sdk-$(ARCH)-$(HASH).tar.gz
PLATFORM_IMAGE=$(IMAGEDIR)/freedesktop-contents-platform-$(ARCH)-$(HASH).tar.gz
IMAGES= $(SDK_IMAGE) $(PLATFORM_IMAGE)
-VERSION=1.2
+VERSION=1.4
all: $(IMAGES)