diff --git a/bsnes/gb/GNUmakefile b/bsnes/gb/GNUmakefile index b94dfa0c..e88ac418 100644 --- a/bsnes/gb/GNUmakefile +++ b/bsnes/gb/GNUmakefile @@ -1,4 +1,7 @@ -flags += -DGB_INTERNAL -DGB_DISABLE_DEBUGGER -DGB_DISABLE_CHEATS -D_GNU_SOURCE -Wno-multichar +include gb/version.mk +export VERSION + +flags += -DGB_INTERNAL -DGB_DISABLE_DEBUGGER -DGB_DISABLE_CHEATS -D_GNU_SOURCE -DGB_VERSION=\"$(VERSION)\" -Wno-multichar options += -I../sameboy objects += gb-apu gb-camera gb-rumble gb-display gb-gb gb-joypad gb-mbc diff --git a/bsnes/target-bsnes/presentation/presentation.cpp b/bsnes/target-bsnes/presentation/presentation.cpp index 562b99d8..42783339 100644 --- a/bsnes/target-bsnes/presentation/presentation.cpp +++ b/bsnes/target-bsnes/presentation/presentation.cpp @@ -183,7 +183,7 @@ auto Presentation::create() -> void { .setName("SameBoy") .setLogo(Resource::SameBoy) .setDescription("Super Game Boy emulator") - .setVersion("0.13.6") + .setVersion("0.14.4") .setCopyright("Lior Halphon") .setLicense("MIT") .setWebsite("https://sameboy.github.io")