Skip to content

Commit

Permalink
3.6.4: bump NEWS and numbers for release
Browse files Browse the repository at this point in the history
  • Loading branch information
fkuehne committed Aug 22, 2024
1 parent c4d7179 commit f64c42a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions Documentation/NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## iOS [3.6.4]
· Fix another edge-case of silent playback recovery

## iOS [3.6.3]
· Fix silence on repeat
· Correctly restore previous audio and subtitles track selection on continued playback
Expand Down
12 changes: 6 additions & 6 deletions VLC.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -4757,7 +4757,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 363;
CURRENT_PROJECT_VERSION = 670;
DEAD_CODE_STRIPPING = NO;
DEBUG_INFORMATION_FORMAT = dwarf;
DEVELOPMENT_TEAM = 75GAHG3SZQ;
Expand All @@ -4774,7 +4774,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 3.6.3;
MARKETING_VERSION = 3.6.4;
ONLY_ACTIVE_ARCH = YES;
OTHER_LDFLAGS = "$(inherited)";
"OTHER_LDFLAGS[sdk=iphoneos*]" = (
Expand Down Expand Up @@ -4809,7 +4809,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COPY_PHASE_STRIP = YES;
CURRENT_PROJECT_VERSION = 363;
CURRENT_PROJECT_VERSION = 670;
DEAD_CODE_STRIPPING = NO;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEVELOPMENT_TEAM = 75GAHG3SZQ;
Expand All @@ -4826,7 +4826,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 3.6.3;
MARKETING_VERSION = 3.6.4;
ONLY_ACTIVE_ARCH = NO;
OTHER_LDFLAGS = "$(inherited)";
"OTHER_LDFLAGS[sdk=iphoneos*]" = (
Expand Down Expand Up @@ -4910,7 +4910,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COPY_PHASE_STRIP = YES;
CURRENT_PROJECT_VERSION = 363;
CURRENT_PROJECT_VERSION = 670;
DEAD_CODE_STRIPPING = NO;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEVELOPMENT_TEAM = 75GAHG3SZQ;
Expand All @@ -4927,7 +4927,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 3.6.3;
MARKETING_VERSION = 3.6.4;
ONLY_ACTIVE_ARCH = NO;
OTHER_LDFLAGS = "$(inherited)";
"OTHER_LDFLAGS[sdk=iphoneos*]" = (
Expand Down

0 comments on commit f64c42a

Please sign in to comment.