Skip to content

Commit

Permalink
This is vAmiga 4.0b2
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkwhoffmann committed Feb 14, 2025
1 parent 8b37697 commit 6f28f20
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions Emulator/VAmigaConfig.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ debugflag TIM_DEBUG = 0;
debugflag WARP_DEBUG = 0;
debugflag CMD_DEBUG = 0;
debugflag MSG_DEBUG = 0;
debugflag SNP_DEBUG = 1;
debugflag SNP_DEBUG = 0;

// Run ahead
debugflag RUA_DEBUG = 0;
Expand Down Expand Up @@ -124,7 +124,7 @@ debugflag DBD_DEBUG = 0;

// Media types
debugflag ADF_DEBUG = 0;
debugflag HDF_DEBUG = 1;
debugflag HDF_DEBUG = 0;
debugflag DMS_DEBUG = 0;
debugflag IMG_DEBUG = 0;

Expand Down
4 changes: 2 additions & 2 deletions Emulator/VAmigaConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
static constexpr int VER_MAJOR = 4;
static constexpr int VER_MINOR = 0;
static constexpr int VER_SUBMINOR = 0;
static constexpr int VER_BETA = 1;
static constexpr int VER_BETA = 2;

// Snapshot version number
static constexpr int SNP_MAJOR = 4;
static constexpr int SNP_MINOR = 0;
static constexpr int SNP_SUBMINOR = 0;
static constexpr int SNP_BETA = 1;
static constexpr int SNP_BETA = 2;


//
Expand Down
16 changes: 8 additions & 8 deletions vAmiga.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -3149,7 +3149,7 @@
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "-";
CODE_SIGN_STYLE = Manual;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 250209;
CURRENT_PROJECT_VERSION = 250214;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = "";
ENABLE_APP_SANDBOX = NO;
Expand All @@ -3171,7 +3171,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 13.5;
MARKETING_VERSION = 4.0b1;
MARKETING_VERSION = 4.0b2;
MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu17 c++20";
PRODUCT_BUNDLE_IDENTIFIER = dirkwhoffmann.vAmiga;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down Expand Up @@ -3201,7 +3201,7 @@
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "-";
CODE_SIGN_STYLE = Manual;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 250209;
CURRENT_PROJECT_VERSION = 250214;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = "";
ENABLE_APP_SANDBOX = NO;
Expand All @@ -3221,7 +3221,7 @@
);
LLVM_LTO = YES_THIN;
MACOSX_DEPLOYMENT_TARGET = 13.5;
MARKETING_VERSION = 4.0b1;
MARKETING_VERSION = 4.0b2;
MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu17 c++20";
PRODUCT_BUNDLE_IDENTIFIER = dirkwhoffmann.vAmiga;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -3245,7 +3245,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "-";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 250209;
CURRENT_PROJECT_VERSION = 250214;
DEVELOPMENT_TEAM = "";
ENABLE_HARDENED_RUNTIME = YES;
GCC_C_LANGUAGE_STANDARD = gnu17;
Expand All @@ -3261,7 +3261,7 @@
);
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
MACOSX_DEPLOYMENT_TARGET = 15.1;
MARKETING_VERSION = 4.0b1;
MARKETING_VERSION = 4.0b2;
PRODUCT_BUNDLE_IDENTIFIER = dirkwhoffmann.vAmiga.QuickLookPlugIn;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
Expand All @@ -3279,7 +3279,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "-";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 250209;
CURRENT_PROJECT_VERSION = 250214;
DEVELOPMENT_TEAM = "";
ENABLE_HARDENED_RUNTIME = YES;
GCC_C_LANGUAGE_STANDARD = gnu17;
Expand All @@ -3295,7 +3295,7 @@
);
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
MACOSX_DEPLOYMENT_TARGET = 15.1;
MARKETING_VERSION = 4.0b1;
MARKETING_VERSION = 4.0b2;
PRODUCT_BUNDLE_IDENTIFIER = dirkwhoffmann.vAmiga.QuickLookPlugIn;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
Expand Down

0 comments on commit 6f28f20

Please sign in to comment.