Skip to content

Commit

Permalink
This is vAmiga 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkwhoffmann committed Jan 8, 2025
1 parent f0eb14f commit ab4b082
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Emulator/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
// Version number
#define VER_MAJOR 3
#define VER_MINOR 1
#define VER_SUBMINOR 0
#define VER_SUBMINOR 1
#define VER_BETA 0

// Snapshot version number
Expand All @@ -26,7 +26,7 @@
#define SNP_BETA 0

// Uncomment this setting in a release build
// #define RELEASEBUILD
#define RELEASEBUILD


//
Expand Down
4 changes: 2 additions & 2 deletions vAmiga.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2988,7 +2988,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 13.5;
MARKETING_VERSION = 3.1;
MARKETING_VERSION = 3.1.1;
MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu17 c++20";
PRODUCT_BUNDLE_IDENTIFIER = dirkwhoffmann.vAmiga;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down Expand Up @@ -3038,7 +3038,7 @@
);
LLVM_LTO = YES_THIN;
MACOSX_DEPLOYMENT_TARGET = 13.5;
MARKETING_VERSION = 3.1;
MARKETING_VERSION = 3.1.1;
MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu17 c++20";
PRODUCT_BUNDLE_IDENTIFIER = dirkwhoffmann.vAmiga;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down

0 comments on commit ab4b082

Please sign in to comment.