From f2046c3b15ed2b1179b5a54bf27563b052cb4467 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89milie=20Feral?= Date: Thu, 1 Feb 2018 14:15:26 +0100 Subject: [PATCH] Makefile: change version to 1.3.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4a216c3a2..005ed73d2 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ include build/config.mak -VERSION ?= 1.2.0 +VERSION ?= 1.3.0 ifndef USE_LIBA $(error platform.mak should define USE_LIBA)