diff --git a/Atmosphere-libs b/Atmosphere-libs index 726a7efd..590cdaf0 160000 --- a/Atmosphere-libs +++ b/Atmosphere-libs @@ -1 +1 @@ -Subproject commit 726a7efddf8d2950e1b12848cecb66f17fbdde37 +Subproject commit 590cdaf022a9c6a50b7bd712d35add3ddf81dc9c diff --git a/Makefile b/Makefile index 938d0b86..2f977b1c 100644 --- a/Makefile +++ b/Makefile @@ -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)\"