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),)