Skip to content

Commit

Permalink
this is a release, maybe
Browse files Browse the repository at this point in the history
  • Loading branch information
devinacker committed Apr 25, 2015
1 parent cadb9b5 commit dc9ebc4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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[] = "073u1";
static const char Version[] = "073+1";
static const unsigned SerializerSignature = 0x43545342; //'BSTC'
static const unsigned SerializerVersion = 3;
}
Expand Down
4 changes: 2 additions & 2 deletions bsnes/ui-qt/base/about.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ AboutWindow::AboutWindow() {

info = new QLabel(string() <<
"<table width='100%'><tr>"
"<td align='left'><b>bsnes-plus version</b> " << SNES::Info::Version << "</td>"
"<td align='left'><b>bsnes-plus version</b> " << SNES::Info::Version << " (" __DATE__ ")</td>"
"<td align='right'><b>" << SNES::Info::Profile <<" profile"
#if defined(DEBUGGER)
" with debugger"
Expand All @@ -38,7 +38,7 @@ AboutWindow::AboutWindow() {
"<td align='left'><b>Project homepage:</b></td>"
"<td align='right'><a href='https://github.com/devinacker/bsnes-plus'>https://github.com/devinacker/bsnes-plus</a></td>"
"</tr><tr>"
"<td align='left'><b>Based on bsnes-classic v073u1:</b></td>"
"<td align='left'><b>Based on bsnes-classic:</b></td>"
"<td align='right'><a href='http://code.google.com/p/bsnes-classic'>http://code.google.com/p/bsnes-classic</a></td>"
"</tr></table>"
);
Expand Down

0 comments on commit dc9ebc4

Please sign in to comment.