Merge pull request #278 from retro-wertz/patch-4

Libretro: Bump version number
This commit is contained in:
Zach Bacon 2018-07-06 11:10:04 -04:00 committed by GitHub
commit 3f903cf0e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -203,9 +203,9 @@ void retro_get_system_info(struct retro_system_info *info)
info->need_fullpath = false;
info->valid_extensions = "gba";
#ifdef GIT_VERSION
info->library_version = "2.0.2" GIT_VERSION;
info->library_version = "2.1.0" GIT_VERSION;
#else
info->library_version = "2.0.2-GIT";
info->library_version = "2.1.0-GIT";
#endif
info->library_name = "VBA-M";
info->block_extract = false;