diff --git a/Makefile b/Makefile index 3e2ec93d..d6c3c504 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ export APP_AUTHOR = jtothebell export V_MAJOR = 0 export V_MINOR = 0 export V_PATCH = 2 -export V_BUILD = 18 +export V_BUILD = 19 export APP_VERSION = v$(V_MAJOR).$(V_MINOR).$(V_PATCH).$(V_BUILD) diff --git a/platform/libretro/Makefile.common b/platform/libretro/Makefile.common index dde2db13..8c622336 100644 --- a/platform/libretro/Makefile.common +++ b/platform/libretro/Makefile.common @@ -1,5 +1,3 @@ -#only actually used by android.mk for android builds - LUALIB_DIR := $(CORE_DIR)/libs/z8lua diff --git a/platform/libretro/fake08_libretro.info b/platform/libretro/fake08_libretro.info index f25b569d..a015f271 100644 --- a/platform/libretro/fake08_libretro.info +++ b/platform/libretro/fake08_libretro.info @@ -5,7 +5,7 @@ corename = "FAKE-08" categories = "Emulator" license = "MIT" permissions = "" -display_version = "v0.0.2.18" +display_version = "v0.0.2.19" # Hardware Information manufacturer = "Lexaloffle"