Skip to content

Commit

Permalink
This is vAmiga 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkwhoffmann committed Dec 26, 2024
1 parent 3a225aa commit aa32d8e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions Emulator/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@
#define VER_MAJOR 3
#define VER_MINOR 0
#define VER_SUBMINOR 0
#define VER_BETA 3
#define VER_BETA 0

// Snapshot version number
#define SNP_MAJOR 3
#define SNP_MINOR 0
#define SNP_SUBMINOR 0
#define SNP_BETA 3
#define SNP_BETA 0

// Uncomment this setting in a release build
// #define RELEASEBUILD
#define RELEASEBUILD


//
Expand Down
8 changes: 4 additions & 4 deletions vAmiga.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2898,7 +2898,7 @@
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "-";
CODE_SIGN_STYLE = Manual;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 241223;
CURRENT_PROJECT_VERSION = 241226;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = "";
ENABLE_APP_SANDBOX = NO;
Expand All @@ -2920,7 +2920,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 11.0;
MARKETING_VERSION = 3.0b3;
MARKETING_VERSION = 3.0;
MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu17 c++20";
PRODUCT_BUNDLE_IDENTIFIER = dirkwhoffmann.vAmiga;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down Expand Up @@ -2950,7 +2950,7 @@
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "-";
CODE_SIGN_STYLE = Manual;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 241223;
CURRENT_PROJECT_VERSION = 241226;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = "";
ENABLE_APP_SANDBOX = NO;
Expand All @@ -2970,7 +2970,7 @@
);
LLVM_LTO = YES_THIN;
MACOSX_DEPLOYMENT_TARGET = 11.0;
MARKETING_VERSION = 3.0b3;
MARKETING_VERSION = 3.0;
MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu17 c++20";
PRODUCT_BUNDLE_IDENTIFIER = dirkwhoffmann.vAmiga;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down
2 changes: 1 addition & 1 deletion vAmiga.xcodeproj/xcshareddata/xcschemes/vAmiga.xcscheme
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Debug"
buildConfiguration = "Release"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>

0 comments on commit aa32d8e

Please sign in to comment.