Skip to content

Commit

Permalink
This is VirtualC64 5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkwhoffmann committed Dec 26, 2024
1 parent e56ed55 commit 8f99a14
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 @@ -20,16 +20,16 @@
#define VER_MAJOR 5
#define VER_MINOR 1
#define VER_SUBMINOR 0
#define VER_BETA 2
#define VER_BETA 0

// Snapshot version number
#define SNP_MAJOR 5
#define SNP_MINOR 1
#define SNP_SUBMINOR 0
#define SNP_BETA 2
#define SNP_BETA 0

// Uncomment these settings in a release build
// #define RELEASEBUILD
#define RELEASEBUILD


//
Expand Down
8 changes: 4 additions & 4 deletions VirtualC64.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2913,7 +2913,7 @@
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "-";
CODE_SIGN_STYLE = Automatic;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 240909;
CURRENT_PROJECT_VERSION = 241226;
DEAD_CODE_STRIPPING = YES;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = 3NG65ZLYW7;
Expand All @@ -2934,7 +2934,7 @@
LIBRARY_SEARCH_PATHS = "$(inherited)";
LLVM_LTO = NO;
MACOSX_DEPLOYMENT_TARGET = 13.3;
MARKETING_VERSION = 5.1b2;
MARKETING_VERSION = 5.1;
MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++";
MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu17 c++20";
OTHER_LDFLAGS = "-Wl,-rpath,@loader_path/../Frameworks";
Expand All @@ -2959,7 +2959,7 @@
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "-";
CODE_SIGN_STYLE = Automatic;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 240909;
CURRENT_PROJECT_VERSION = 241226;
DEAD_CODE_STRIPPING = YES;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = 3NG65ZLYW7;
Expand All @@ -2981,7 +2981,7 @@
LIBRARY_SEARCH_PATHS = "$(inherited)";
LLVM_LTO = YES_THIN;
MACOSX_DEPLOYMENT_TARGET = 13.3;
MARKETING_VERSION = 5.1b2;
MARKETING_VERSION = 5.1;
MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++";
MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu17 c++20";
OTHER_LDFLAGS = "-Wl,-rpath,@loader_path/../Frameworks";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Debug"
buildConfiguration = "Release"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>

0 comments on commit 8f99a14

Please sign in to comment.