Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
HookedBehemoth committed Mar 16, 2021
1 parent 68301a8 commit 64f131e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Makefile.applet
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ include $(DEVKITPRO)/libnx/switch_rules
#---------------------------------------------------------------------------------
APP_TITLE := Studious Pancake
APP_AUTHOR := HookedBehemoth
APP_VERSION := 0.2.1
APP_VERSION := 0.3.0

TARGET := applet/$(notdir $(CURDIR))
BUILD := build.nro
Expand All @@ -63,7 +63,7 @@ CXXFLAGS := $(CFLAGS) -fno-rtti -fno-exceptions -std=c++20
ASFLAGS := -g $(ARCH)
LDFLAGS = -specs=$(DEVKITPRO)/libnx/switch.specs -g $(ARCH) -Wl,-Map,$(notdir $*.map)

LIBS := -lnx
LIBS := -lnx

#---------------------------------------------------------------------------------
# list of directories containing libraries, this must be the top level containing
Expand Down
4 changes: 2 additions & 2 deletions Makefile.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ include $(DEVKITPRO)/libnx/switch_rules
#---------------------------------------------------------------------------------
APP_TITLE := Studious Pancake
APP_AUTHOR := HookedBehemoth
APP_VERSION := 0.2.1
APP_VERSION := 0.3.0

TARGET := overlay/$(notdir $(CURDIR))
BUILD := build.ovl
Expand All @@ -65,7 +65,7 @@ CXXFLAGS := $(CFLAGS) -fno-exceptions -std=c++20
ASFLAGS := -g $(ARCH)
LDFLAGS = -specs=$(DEVKITPRO)/libnx/switch.specs -g $(ARCH) -Wl,-Map,$(notdir $*.map)

LIBS := -lnx
LIBS := -lnx

#---------------------------------------------------------------------------------
# list of directories containing libraries, this must be the top level containing
Expand Down
2 changes: 1 addition & 1 deletion overlay/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -140,4 +140,4 @@ class PancakeOverlay final : public tsl::Overlay {

int main(int argc, char **argv) {
return tsl::loop<PancakeOverlay>(argc, argv);
}
}

0 comments on commit 64f131e

Please sign in to comment.