Skip to content

Commit 88297f8

Browse files
authored
Bump version
Bump version to 1.5.2 due to the changes needed to handle the new way to treat ACID signatures on Atmosphère 1.7.1
1 parent 5b6447e commit 88297f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ MAKEFILES := sysmod overlay
22
TARGETS := $(foreach dir,$(MAKEFILES),$(CURDIR)/$(dir))
33

44
# the below was taken from atmosphere + switch-examples makefile
5-
export VERSION := 1.5.1
5+
export VERSION := 1.5.2
66

77
ifneq ($(strip $(shell git symbolic-ref --short HEAD 2>/dev/null)),)
88
export GIT_BRANCH := $(shell git symbolic-ref --short HEAD)

0 commit comments

Comments
 (0)