Skip to content

Commit 6c5cffd

Browse files
committed
update version number
1 parent 2d0d02e commit 6c5cffd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bsnes/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ifeq ($(ui),)
1010
endif
1111

1212
# build version
13-
version := v05rc1
13+
version := v05
1414

1515
# compiler
1616
c := $(compiler) -xc -std=gnu99

bsnes/snes/snes.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
namespace SNES {
22
namespace Info {
33
static const char Name[] = "bsnes-plus";
4-
static const char Version[] = "05rc1";
4+
static const char Version[] = "05";
55
static const unsigned SerializerSignature = 0x43545342; //'BSTC'
66
static const unsigned SerializerVersion = 14;
77
}

0 commit comments

Comments
 (0)