Skip to content

Commit

Permalink
Merge pull request #278 from retro-wertz/patch-4
Browse files Browse the repository at this point in the history
Libretro: Bump version number
  • Loading branch information
ZachBacon committed Jul 6, 2018
2 parents fc42f88 + 02e5f0b commit 3f903cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/libretro/libretro.cpp
Expand Up @@ -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;
Expand Down

0 comments on commit 3f903cf

Please sign in to comment.