]> Chaos Git - corbenik/ctrulib.git/commitdiff
bump version
authorDave Murphy <davem@devkitpro.org>
Thu, 19 Feb 2015 18:51:05 +0000 (18:51 +0000)
committerDave Murphy <davem@devkitpro.org>
Thu, 19 Feb 2015 18:51:05 +0000 (18:51 +0000)
libctru/Makefile

index 8a5c00c978eabe17e6cffd8d051aeadfe7310b2e..bacf4e33fcc9ea028c0a96d663057e92c1ed8774 100644 (file)
@@ -10,7 +10,7 @@ include $(DEVKITARM)/base_rules
 
 export LIBCTRU_MAJOR   := 0
 export LIBCTRU_MINOR   := 4
-export LIBCTRU_PATCH   := 0
+export LIBCTRU_PATCH   := 1
 
 
 VERSION        :=      $(LIBCTRU_MAJOR).$(LIBCTRU_MINOR).$(LIBCTRU_PATCH)