[Makefile] Set the software version to 0.9.0

Change-Id: I2135d64a769af0f4c003ac5a57473eae403a792a
This commit is contained in:
Émilie Feral
2017-05-11 10:34:45 +02:00
parent bb6ffaeca0
commit a07b4ffd8c

View File

@@ -1,6 +1,6 @@
include build/config.mak
VERSION ?= 1.0.0
VERSION ?= 0.9.0
ifndef USE_LIBA
$(error platform.mak should define USE_LIBA)