Skip to content

Commit

Permalink
Version bump to 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shysaur committed Dec 23, 2019
1 parent b41b5fb commit a05192e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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.4.0</string>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 2 additions & 0 deletions M68kSimApp/Tricky68k.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1559,6 +1559,7 @@
);
INFOPLIST_FILE = M68kSimApp/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
MARKETING_VERSION = 1.4.1;
PRODUCT_BUNDLE_IDENTIFIER = "com.danielecattaneo.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = Tricky68k;
SDKROOT = macosx;
Expand All @@ -1576,6 +1577,7 @@
);
INFOPLIST_FILE = M68kSimApp/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
MARKETING_VERSION = 1.4.1;
PRODUCT_BUNDLE_IDENTIFIER = "com.danielecattaneo.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = Tricky68k;
SDKROOT = macosx;
Expand Down
2 changes: 1 addition & 1 deletion Motorola68kPlatform/m68ksim/m68ksim/m68ksim.c
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ pthread_mutex_t cpu_timerMut;

void printVersion(FILE *fp) {
const char *ver =
"m68ksim, version 1.2.1, using Musashi version 3.4 (c641acd)\n"
"m68ksim, version 1.2.2, using Musashi version 4.60 (6f04ba0)\n"
"(c) 2014-19 Daniele Cattaneo; (c) 1998-2019 Karl Stenerud.\n";
fputs(ver, fp);
}
Expand Down

0 comments on commit a05192e

Please sign in to comment.