Skip to content

Commit

Permalink
This is vAmiga 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkwhoffmann committed Dec 24, 2022
1 parent c8f5944 commit 07479bf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Emulator/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
// Version number
#define VER_MAJOR 2
#define VER_MINOR 2
#define VER_SUBMINOR 0
#define VER_SUBMINOR 1
#define VER_BETA 0

// Snapshot version number
Expand Down
8 changes: 4 additions & 4 deletions vAmiga.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2693,7 +2693,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 221207;
CURRENT_PROJECT_VERSION = 221224;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = 3NG65ZLYW7;
ENABLE_APP_SANDBOX = NO;
Expand All @@ -2713,7 +2713,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.15;
MARKETING_VERSION = 2.2;
MARKETING_VERSION = 2.2.1;
PRODUCT_BUNDLE_IDENTIFIER = dirkwhoffmann.vAmiga;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OBJC_BRIDGING_HEADER = "Proxy/Bridging-Header.h";
Expand All @@ -2732,7 +2732,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 221207;
CURRENT_PROJECT_VERSION = 221224;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = 3NG65ZLYW7;
ENABLE_APP_SANDBOX = NO;
Expand All @@ -2750,7 +2750,7 @@
);
LLVM_LTO = YES_THIN;
MACOSX_DEPLOYMENT_TARGET = 10.15;
MARKETING_VERSION = 2.2;
MARKETING_VERSION = 2.2.1;
PRODUCT_BUNDLE_IDENTIFIER = dirkwhoffmann.vAmiga;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OBJC_BRIDGING_HEADER = "Proxy/Bridging-Header.h";
Expand Down

0 comments on commit 07479bf

Please sign in to comment.