Bump to 0.6.0.

This commit is contained in:
Sérgio Benjamim 2017-07-16 21:56:51 -03:00
parent 5215efbc0e
commit 34474ffe96

View File

@ -145,7 +145,7 @@ void retro_get_system_info(struct retro_system_info* info) {
#ifndef GIT_VERSION
#define GIT_VERSION ""
#endif
info->library_version = "0.6-b1" GIT_VERSION;
info->library_version = "0.6.0" GIT_VERSION;
info->library_name = "mGBA";
info->block_extract = false;
}