Skip to content

Commit

Permalink
Version bump to 1.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
shysaur committed Mar 19, 2016
1 parent c56f271 commit 5f92bfd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions M68kSimApp/M68kSimApp/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -71,17 +71,17 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.1.0</string>
<string>1.2.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1801</string>
<string>1826</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.developer-tools</string>
<key>LSMinimumSystemVersion</key>
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2014-15 Daniele Cattaneo. </string>
<string>Copyright © 2014-16 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.0.0, using Musashi version 3.4\n"
"(c) 2014-15 Daniele Cattaneo; (c) 1998-2001 Karl Stenerud.\n";
"m68ksim, version 1.1.0, using Musashi version 3.4\n"
"(c) 2014-16 Daniele Cattaneo; (c) 1998-2001 Karl Stenerud.\n";
fputs(ver, fp);
}

Expand Down

0 comments on commit 5f92bfd

Please sign in to comment.