Skip to content

Commit

Permalink
bump libretro version to match upstream v0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
hizzlekizzle committed Jul 7, 2019
1 parent 22c7ae7 commit 9c8a1a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platform/libretro/libretro.c
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ void retro_get_system_info(struct retro_system_info* info) {
#ifndef GIT_VERSION
#define GIT_VERSION ""
#endif
info->library_version = "0.7.0" GIT_VERSION;
info->library_version = "0.8" GIT_VERSION;
info->library_name = "mGBA";
info->block_extract = false;
}
Expand Down

0 comments on commit 9c8a1a5

Please sign in to comment.