From d408de0e6cd2078b47dee6adf92bfaee30ba0ea4 Mon Sep 17 00:00:00 2001 From: Sergi Baila Date: Mon, 19 Oct 2020 09:25:57 +0200 Subject: [PATCH] update version to 1.0.2 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8130199..8c64ec9 100755 --- a/Makefile +++ b/Makefile @@ -97,7 +97,7 @@ DEFINES += HAVE_UX_FLOW APPVERSION_M = 1 APPVERSION_N = 0 -APPVERSION_P = 1 +APPVERSION_P = 2 DEFINES += APPVERSION_M=$(APPVERSION_M) DEFINES += APPVERSION_N=$(APPVERSION_N)