Fix bsnes version number in libsnes to be v084, not v083

This commit is contained in:
Ilari Liusvaara 2011-11-09 00:31:59 +02:00
parent 831e9614a7
commit df7851648e

View file

@ -112,7 +112,7 @@ struct Interface : public SNES::Interface {
static Interface interface;
const char* snes_library_id(void) {
return "bsnes v083";
return "bsnes v084";
}
unsigned snes_library_revision_major(void) {