Skip to content

Commit ab4b082

Browse files
committed
This is vAmiga 3.1.1
1 parent f0eb14f commit ab4b082

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Emulator/config.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
// Version number
1717
#define VER_MAJOR 3
1818
#define VER_MINOR 1
19-
#define VER_SUBMINOR 0
19+
#define VER_SUBMINOR 1
2020
#define VER_BETA 0
2121

2222
// Snapshot version number
@@ -26,7 +26,7 @@
2626
#define SNP_BETA 0
2727

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

3131

3232
//

vAmiga.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2988,7 +2988,7 @@
29882988
"@executable_path/../Frameworks",
29892989
);
29902990
MACOSX_DEPLOYMENT_TARGET = 13.5;
2991-
MARKETING_VERSION = 3.1;
2991+
MARKETING_VERSION = 3.1.1;
29922992
MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu17 c++20";
29932993
PRODUCT_BUNDLE_IDENTIFIER = dirkwhoffmann.vAmiga;
29942994
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -3038,7 +3038,7 @@
30383038
);
30393039
LLVM_LTO = YES_THIN;
30403040
MACOSX_DEPLOYMENT_TARGET = 13.5;
3041-
MARKETING_VERSION = 3.1;
3041+
MARKETING_VERSION = 3.1.1;
30423042
MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu17 c++20";
30433043
PRODUCT_BUNDLE_IDENTIFIER = dirkwhoffmann.vAmiga;
30443044
PRODUCT_NAME = "$(TARGET_NAME)";

0 commit comments

Comments
 (0)