Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
cooolgamer committed Dec 31, 2024
1 parent 024ac62 commit 4d39634
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions arm9/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ export COMMIT := $(shell git rev-parse --short=8 HEAD)
export IS_RELEASE := 0

export BASE_VERSION_MAJOR := 13
export BASE_VERSION_MINOR := 2
export BASE_VERSION_BUILD := 1
export BASE_VERSION_MINOR := 3
export BASE_VERSION_BUILD := 0

ifeq ($(strip $(REVISION)),)
export REVISION := v1.6.2
export REVISION := v1.6.3
export VERSION_MAJOR := 1
export VERSION_MINOR := 6
export VERSION_BUILD := 2
export VERSION_BUILD := 3
endif

ifeq ($(strip $(COMMIT)),)
Expand Down

0 comments on commit 4d39634

Please sign in to comment.