From 84e7146844181f52b6714bd9556bdfc05556d204 Mon Sep 17 00:00:00 2001 From: Joel16 Date: Fri, 18 Jan 2019 21:30:57 -0600 Subject: [PATCH] Bump version --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2d46c8f..4907a86 100644 --- a/Makefile +++ b/Makefile @@ -39,7 +39,7 @@ EXEFS_SRC := exefs_src ROMFS := romfs VERSION_MAJOR := 1 -VERSION_MINOR := 1 +VERSION_MINOR := 2 VERSION_MICRO := 0 GITVERSION := $(shell git log -1 --pretty='%h')