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