Skip to content

Commit

Permalink
update version in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
badda71 committed May 10, 2019
1 parent 12c03c1 commit 157d484
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ BUILD_FLAGS := -DARM11 -D_3DS -D_GNU_SOURCE=1 -O2 -Werror=implicit-function-decl
LIBRARIES := $(VICELIBS) SDL_image png z citro3d

VERSION_MAJOR := 1
VERSION_MINOR := 0
VERSION_MICRO := 1
VERSION_MINOR := 1
VERSION_MICRO := 0
VERSION := $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_MICRO)

# 3DS/Wii U/Switch CONFIGURATION #

Expand Down

0 comments on commit 157d484

Please sign in to comment.