diff --git a/bsnes/Makefile b/bsnes/Makefile index 86e7d124..6ccff5ae 100644 --- a/bsnes/Makefile +++ b/bsnes/Makefile @@ -10,7 +10,7 @@ ifeq ($(ui),) endif # build version -version := v05rc1 +version := v05 # compiler c := $(compiler) -xc -std=gnu99 diff --git a/bsnes/snes/snes.hpp b/bsnes/snes/snes.hpp index ecff2b4e..4f3923f2 100644 --- a/bsnes/snes/snes.hpp +++ b/bsnes/snes/snes.hpp @@ -1,7 +1,7 @@ namespace SNES { namespace Info { static const char Name[] = "bsnes-plus"; - static const char Version[] = "05rc1"; + static const char Version[] = "05"; static const unsigned SerializerSignature = 0x43545342; //'BSTC' static const unsigned SerializerVersion = 14; }