From ade0c1fb99d1d99f0d64773bd528384c774a5973 Mon Sep 17 00:00:00 2001 From: Sergey Tolmachev Date: Tue, 28 Aug 2018 19:05:18 +0300 Subject: [PATCH] version increment --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 123f781..45f60a9 100755 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ include $(BOLOS_SDK)/Makefile.defines APPVERSION_M=0 APPVERSION_N=9 -APPVERSION_P=5 +APPVERSION_P=6 APPNAME = "Waves" APPVERSION = $(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P)