From b3934507df24dba8cb954ee3f87df8fb22d376c5 Mon Sep 17 00:00:00 2001 From: Sunguk Lee Date: Thu, 22 Sep 2016 22:17:08 +0900 Subject: [PATCH] Bump up version 0.6.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e31f1a1..fd50136 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ TITLE_ID = SAVEMGR00 TITLE = Save Manager -VERSION = 0.5.0 +VERSION = 0.6.0 APP_VER = $(shell python -c "print '%02d.%02d' % tuple(map(lambda x: int(x), '$(VERSION)'.split('.')[:2]))") ifeq ($(RELEASE),)