Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
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
  • Loading branch information
impeeza authored Jun 11, 2024
1 parent 5b6447e commit 88297f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ MAKEFILES := sysmod overlay
TARGETS := $(foreach dir,$(MAKEFILES),$(CURDIR)/$(dir))

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

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

0 comments on commit 88297f8

Please sign in to comment.