Skip to content

Commit

Permalink
update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
devinacker committed Aug 18, 2019
1 parent 2d0d02e commit 6c5cffd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bsnes/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ifeq ($(ui),)
endif

# build version
version := v05rc1
version := v05

# compiler
c := $(compiler) -xc -std=gnu99
Expand Down
2 changes: 1 addition & 1 deletion bsnes/snes/snes.hpp
Original file line number Diff line number Diff line change
@@ -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;
}
Expand Down

0 comments on commit 6c5cffd

Please # to comment.