We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b6447e commit 88297f8Copy full SHA for 88297f8
1 file changed
Makefile
@@ -2,7 +2,7 @@ MAKEFILES := sysmod overlay
2
TARGETS := $(foreach dir,$(MAKEFILES),$(CURDIR)/$(dir))
3
4
# the below was taken from atmosphere + switch-examples makefile
5
-export VERSION := 1.5.1
+export VERSION := 1.5.2
6
7
ifneq ($(strip $(shell git symbolic-ref --short HEAD 2>/dev/null)),)
8
export GIT_BRANCH := $(shell git symbolic-ref --short HEAD)
0 commit comments