From f8e5946f75c7019e36a08a330ef5599b232c4535 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89milie=20Feral?= Date: Wed, 6 Sep 2017 17:36:32 +0200 Subject: [PATCH] Change software version to 1.1.1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 37639cd86..cfd93619a 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ include build/config.mak -VERSION ?= 1.1.0 +VERSION ?= 1.1.1 ifndef USE_LIBA $(error platform.mak should define USE_LIBA)