From 64f131edf72e48b3e2baebfcfb63b1965d519995 Mon Sep 17 00:00:00 2001 From: Luis Scheurenbrand Date: Tue, 16 Mar 2021 01:17:36 +0100 Subject: [PATCH] bump version --- Makefile.applet | 4 ++-- Makefile.overlay | 4 ++-- overlay/main.cpp | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile.applet b/Makefile.applet index 24e1c4de..201a2056 100644 --- a/Makefile.applet +++ b/Makefile.applet @@ -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 @@ -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 diff --git a/Makefile.overlay b/Makefile.overlay index e3575fac..4e310dbc 100644 --- a/Makefile.overlay +++ b/Makefile.overlay @@ -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 @@ -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 diff --git a/overlay/main.cpp b/overlay/main.cpp index 46776ff8..fa296f18 100644 --- a/overlay/main.cpp +++ b/overlay/main.cpp @@ -140,4 +140,4 @@ class PancakeOverlay final : public tsl::Overlay { int main(int argc, char **argv) { return tsl::loop(argc, argv); -} \ No newline at end of file +}