Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
Also remove outdated comment in makefile.common
  • Loading branch information
jtothebell committed Oct 13, 2022
1 parent 4631b7d commit 0e6c891
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 0 additions & 2 deletions platform/libretro/Makefile.common
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#only actually used by android.mk for android builds


LUALIB_DIR := $(CORE_DIR)/libs/z8lua

Expand Down
2 changes: 1 addition & 1 deletion platform/libretro/fake08_libretro.info
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 0e6c891

Please sign in to comment.