Skip to content

Commit

Permalink
This is VirtualC64 4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkwhoffmann committed Nov 19, 2022
1 parent e5debd0 commit a034de5
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
Expand Up @@ -17,13 +17,13 @@
#define VER_MAJOR 4
#define VER_MINOR 5
#define VER_SUBMINOR 0
#define VER_BETA 1
#define VER_BETA 0

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

// Uncomment these settings in a release build
#define RELEASEBUILD
Expand Down
8 changes: 4 additions & 4 deletions VirtualC64.xcodeproj/project.pbxproj
Expand Up @@ -2062,7 +2062,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 220510;
CURRENT_PROJECT_VERSION = 221119;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = 3NG65ZLYW7;
ENABLE_HARDENED_RUNTIME = YES;
Expand All @@ -2078,7 +2078,7 @@
LIBRARY_SEARCH_PATHS = "$(inherited)";
LLVM_LTO = NO;
MACOSX_DEPLOYMENT_TARGET = 10.15;
MARKETING_VERSION = 4.5b1;
MARKETING_VERSION = 4.5;
OTHER_LDFLAGS = "-Wl,-rpath,@loader_path/../Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "de.dirkwhoffmann.VC64-1";
PRODUCT_NAME = VirtualC64;
Expand All @@ -2099,7 +2099,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 220510;
CURRENT_PROJECT_VERSION = 221119;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = 3NG65ZLYW7;
ENABLE_HARDENED_RUNTIME = YES;
Expand All @@ -2116,7 +2116,7 @@
LIBRARY_SEARCH_PATHS = "$(inherited)";
LLVM_LTO = YES_THIN;
MACOSX_DEPLOYMENT_TARGET = 10.15;
MARKETING_VERSION = 4.5b1;
MARKETING_VERSION = 4.5;
OTHER_LDFLAGS = "-Wl,-rpath,@loader_path/../Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "de.dirkwhoffmann.VC64-1";
PRODUCT_NAME = VirtualC64;
Expand Down

0 comments on commit a034de5

Please sign in to comment.