Skip to content

Commit

Permalink
(libretro) Update library version
Browse files Browse the repository at this point in the history
  • Loading branch information
Oggom committed May 11, 2015
1 parent a1e2b83 commit b1aa0a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libretro/libretro.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -424,11 +424,11 @@ unsigned retro_api_version(void)

void retro_get_system_info(struct retro_system_info *info)
{
info->library_name = "dosbox";
info->library_name = "DOSBox";
#ifdef GIT_VERSION
info->library_version = GIT_VERSION;
#else
info->library_version = "svn";
info->library_version = "SVN";
#endif
info->valid_extensions = "exe|com|bat|conf";
info->need_fullpath = true;
Expand Down

0 comments on commit b1aa0a1

Please sign in to comment.