Skip to content

Commit 9b672e6

Browse files
committed
This is vAmiga 2.1b5
1 parent ec9b60d commit 9b672e6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Emulator/config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
#define SNP_BETA 5
2727

2828
// Uncomment this setting in a release build
29-
// #define RELEASEBUILD
29+
#define RELEASEBUILD
3030

3131
//
3232
// Build settings

Resources/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
<key>CFBundlePackageType</key>
149149
<string>APPL</string>
150150
<key>CFBundleShortVersionString</key>
151-
<string>2.1b4</string>
151+
<string>2.1b5</string>
152152
<key>CFBundleVersion</key>
153153
<string>$(CURRENT_PROJECT_VERSION)</string>
154154
<key>LSApplicationCategoryType</key>

vAmiga.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2654,7 +2654,7 @@
26542654
CODE_SIGN_IDENTITY = "Apple Development";
26552655
CODE_SIGN_STYLE = Automatic;
26562656
COMBINE_HIDPI_IMAGES = YES;
2657-
CURRENT_PROJECT_VERSION = 222007;
2657+
CURRENT_PROJECT_VERSION = 220727;
26582658
DEVELOPMENT_TEAM = 3NG65ZLYW7;
26592659
ENABLE_APP_SANDBOX = NO;
26602660
ENABLE_HARDENED_RUNTIME = YES;
@@ -2691,7 +2691,7 @@
26912691
CODE_SIGN_IDENTITY = "Apple Development";
26922692
CODE_SIGN_STYLE = Automatic;
26932693
COMBINE_HIDPI_IMAGES = YES;
2694-
CURRENT_PROJECT_VERSION = 222007;
2694+
CURRENT_PROJECT_VERSION = 220727;
26952695
DEVELOPMENT_TEAM = 3NG65ZLYW7;
26962696
ENABLE_APP_SANDBOX = NO;
26972697
ENABLE_HARDENED_RUNTIME = YES;

0 commit comments

Comments
 (0)