Skip to content

Commit

Permalink
Version bump to 1.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
shysaur committed Apr 9, 2017
1 parent 09c8870 commit 7051cce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions M68kSimApp/M68kSimApp/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.2.1</string>
<string>1.3.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand All @@ -73,7 +73,7 @@
<key>LSMinimumSystemVersion</key>
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2014-16 Daniele Cattaneo. </string>
<string>Copyright © 2014-17 Daniele Cattaneo. </string>
<key>NSMainNibFile</key>
<string>MainMenu</string>
<key>NSPrincipalClass</key>
Expand Down
4 changes: 2 additions & 2 deletions m68ksim/m68ksim/m68ksim.c
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ pthread_mutex_t cpu_timerMut;

void printVersion(FILE *fp) {
const char *ver =
"m68ksim, version 1.1.0, using Musashi version 3.4\n"
"(c) 2014-16 Daniele Cattaneo; (c) 1998-2001 Karl Stenerud.\n";
"m68ksim, version 1.2.0, using Musashi version 3.4 (15a51d1)\n"
"(c) 2014-17 Daniele Cattaneo; (c) 1998-2016 Karl Stenerud.\n";
fputs(ver, fp);
}

Expand Down

0 comments on commit 7051cce

Please sign in to comment.