Skip to content

Commit

Permalink
Gotta stop depending on ams eventually...
Browse files Browse the repository at this point in the history
  • Loading branch information
XorTroll committed Apr 17, 2022
1 parent 47f7486 commit ad4a264
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Atmosphere-libs
Submodule Atmosphere-libs updated 552 files
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

export UL_MAJOR := 0
export UL_MINOR := 3
export UL_MICRO := 2
export UL_MICRO := 4
export UL_VERSION := $(UL_MAJOR).$(UL_MINOR).$(UL_MICRO)

export UL_DEFS := -DUL_MAJOR=$(UL_MAJOR) -DUL_MINOR=$(UL_MINOR) -DUL_MICRO=$(UL_MICRO) -DUL_VERSION=\"$(UL_VERSION)\"
Expand Down

0 comments on commit ad4a264

Please sign in to comment.