From 105b52cea8d6d5d82632e61737f70ad84b4b741b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89milie=20Feral?= Date: Tue, 5 Dec 2017 13:43:38 +0100 Subject: [PATCH] Makefile: change version to 1.2.0 Change-Id: I1ee72f274b0445ef9991d64b4e038dba75742764 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e29c3d446..3fddcd392 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ include build/config.mak -VERSION ?= 1.1.3 +VERSION ?= 1.2.0 ifndef USE_LIBA $(error platform.mak should define USE_LIBA)