Libretro: Bump version number
This commit is contained in:
parent
fc42f88bd7
commit
02e5f0bdce
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue