From 55cc026d6c5f3597b1db24eefa1bc4edc36af0b7 Mon Sep 17 00:00:00 2001 From: Elliot Cameron Date: Fri, 11 Jan 2019 16:56:17 -0500 Subject: [PATCH] Version 1.5.0 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 16297010..bcff942c 100644 --- a/Makefile +++ b/Makefile @@ -28,8 +28,8 @@ endif APP_LOAD_PARAMS=--appFlags 0 --curve ed25519 --curve secp256k1 --curve prime256r1 --path "44'/1729'" $(COMMON_LOAD_PARAMS) VERSION_TAG=$(shell git describe --tags | cut -f1 -d-) APPVERSION_M=1 -APPVERSION_N=4 -APPVERSION_P=3 +APPVERSION_N=5 +APPVERSION_P=0 APPVERSION=$(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P) ifneq (v$(APPVERSION), $(VERSION_TAG))