Skip to content

Commit

Permalink
Bump version to 1.4.0 and prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
tallbl0nde committed Jul 9, 2021
1 parent 6c8b856 commit 09b55e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Application/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -153,4 +153,4 @@ clean:
#----------------------------------------------------------------------------------------------------------------------
$(TREE): %:
@mkdir -p $@
@mkdir -p $(@:$(OBJDIR)%=$(DEPDIR)%)
@mkdir -p $(@:$(OBJDIR)%=$(DEPDIR)%)
2 changes: 1 addition & 1 deletion Application/source/Application.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 09b55e7

Please sign in to comment.