Skip to content

Commit

Permalink
Merge pull request #2185 from jeroenbakker-atmind/fix/incorrect-proje…
Browse files Browse the repository at this point in the history
…ct-version

Fix compilation issue due to new project version
  • Loading branch information
billhollings authored Mar 14, 2024
2 parents baad62b + f7ffecd commit 5c51d2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MoltenVK/MoltenVK.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2574,7 +2574,7 @@
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 1.2.8;
CURRENT_PROJECT_VERSION = 1.2.9;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
ENABLE_STRICT_OBJC_MSGSEND = YES;
Expand Down Expand Up @@ -2645,7 +2645,7 @@
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = YES;
CURRENT_PROJECT_VERSION = 1.2.8;
CURRENT_PROJECT_VERSION = 1.2.9;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
ENABLE_NS_ASSERTIONS = NO;
Expand Down

0 comments on commit 5c51d2a

Please sign in to comment.