We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d0d02e commit 6c5cffdCopy full SHA for 6c5cffd
bsnes/Makefile
@@ -10,7 +10,7 @@ ifeq ($(ui),)
10
endif
11
12
# build version
13
-version := v05rc1
+version := v05
14
15
# compiler
16
c := $(compiler) -xc -std=gnu99
bsnes/snes/snes.hpp
@@ -1,7 +1,7 @@
1
namespace SNES {
2
namespace Info {
3
static const char Name[] = "bsnes-plus";
4
- static const char Version[] = "05rc1";
+ static const char Version[] = "05";
5
static const unsigned SerializerSignature = 0x43545342; //'BSTC'
6
static const unsigned SerializerVersion = 14;
7
}
0 commit comments