Skip to content

Commit

Permalink
This is VirtualC64 5.0b7
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkwhoffmann committed Jun 28, 2024
1 parent d92be25 commit 96205b1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Emulator/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
#define VER_MAJOR 5
#define VER_MINOR 0
#define VER_SUBMINOR 0
#define VER_BETA 6
#define VER_BETA 7

// Snapshot version number
#define SNP_MAJOR 5
#define SNP_MINOR 0
#define SNP_SUBMINOR 0
#define SNP_BETA 6
#define SNP_BETA 7

// Uncomment these settings in a release build
// #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 @@ -2818,7 +2818,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 240624;
CURRENT_PROJECT_VERSION = 240628;
DEAD_CODE_STRIPPING = YES;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = 3NG65ZLYW7;
Expand All @@ -2839,7 +2839,7 @@
LIBRARY_SEARCH_PATHS = "$(inherited)";
LLVM_LTO = NO;
MACOSX_DEPLOYMENT_TARGET = 13.3;
MARKETING_VERSION = 5.0b6;
MARKETING_VERSION = 5.0b7;
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 @@ -2863,7 +2863,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 240624;
CURRENT_PROJECT_VERSION = 240628;
DEAD_CODE_STRIPPING = YES;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = 3NG65ZLYW7;
Expand All @@ -2885,7 +2885,7 @@
LIBRARY_SEARCH_PATHS = "$(inherited)";
LLVM_LTO = YES_THIN;
MACOSX_DEPLOYMENT_TARGET = 13.3;
MARKETING_VERSION = 5.0b6;
MARKETING_VERSION = 5.0b7;
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

0 comments on commit 96205b1

Please sign in to comment.