From f42135d8e1744b6ab961b8d36badc0548df8f9ae Mon Sep 17 00:00:00 2001 From: Joel Date: Sun, 29 Sep 2019 23:02:24 -0400 Subject: [PATCH] Bump version --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f454e78..1da85b7 100644 --- a/Makefile +++ b/Makefile @@ -39,7 +39,7 @@ EXEFS_SRC := exefs_src ROMFS := romfs VERSION_MAJOR := 2 -VERSION_MINOR := 0 +VERSION_MINOR := 1 VERSION_MICRO := 0 GITVERSION := $(shell git log -1 --pretty='%h')