From 09b55e72152525187d1eba15e952f39c41a6ca31 Mon Sep 17 00:00:00 2001 From: tallbl0nde <40382856+tallbl0nde@users.noreply.github.com> Date: Fri, 9 Jul 2021 22:20:19 +0930 Subject: [PATCH] Bump version to 1.4.0 and prepare for release --- Application/Makefile | 6 +++--- Application/source/Application.cpp | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Application/Makefile b/Application/Makefile index 2bed82c..bb043ef 100644 --- a/Application/Makefile +++ b/Application/Makefile @@ -42,8 +42,8 @@ FORWARDER := $(ROMFS)/exefs.nsp # Application version #--------------------------------------------------------------------------------- VER_MAJOR := 1 -VER_MINOR := 3 -VER_MICRO := 2 +VER_MINOR := 4 +VER_MICRO := 0 #--------------------------------------------------------------------------------- # Options for .nacp information @@ -153,4 +153,4 @@ clean: #---------------------------------------------------------------------------------------------------------------------- $(TREE): %: @mkdir -p $@ - @mkdir -p $(@:$(OBJDIR)%=$(DEPDIR)%) \ No newline at end of file + @mkdir -p $(@:$(OBJDIR)%=$(DEPDIR)%) diff --git a/Application/source/Application.cpp b/Application/source/Application.cpp index ebe0977..1091c77 100644 --- a/Application/source/Application.cpp +++ b/Application/source/Application.cpp @@ -86,7 +86,7 @@ namespace Main { this->window = new Aether::Window("NX-Activity-Log", 1280, 720, [](const std::string message, const bool important) { }); - this->window->showDebugInfo(true); + // this->window->showDebugInfo(true); // Create overlays this->dtpicker = nullptr;