Libretro: Bump version number

This commit is contained in:
retro-wertz 2018-07-06 22:47:41 +08:00 committed by GitHub
parent fc42f88bd7
commit 02e5f0bdce
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;