From c37f8a398bf300bf589ef9997d86a817cb5043e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=92=D1=8F=D1=87=D0=B5=D1=81=D0=BB=D0=B0=D0=B2=20=D0=A2?= =?UTF-8?q?=D0=B8=D1=82=D0=BE=D0=B2?= Date: Mon, 2 Jul 2018 01:53:41 +0300 Subject: [PATCH] New version in makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 726c2bb..3f29c49 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,7 @@ include $(DEVKITPRO)/libnx/switch_rules #--------------------------------------------------------------------------------- APP_TITLE := Minesweeper APP_AUTHOR := Rincew1nd -APP_VERSION := 1.0.3 +APP_VERSION := 1.1.0 ICON := icon.jpg TARGET := $(notdir $(CURDIR)) BUILD := build