Skip to content

Commit a339880

Browse files
committed
Bump version to 8.0.0.1
Changes since 8.0.0.0: - Remove postproc dependency (FFmpeg 8.0 dropped it) - fixes #334 - Fix delegate return type: byte* instead of string for const char* - fixes #271 - Remove Git LFS, add FFmpeg download script - Clean up docs, remove broken CI workflows - Reorganize branches (8.0 → main)
1 parent 8003b88 commit a339880

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22
<PropertyGroup>
33
<PackageId>$(AssemblyName)</PackageId>
4-
<Version>8.0.0.0</Version>
4+
<Version>8.0.0.1</Version>
55
<Authors>Ruslan Balanukhin</Authors>
66
<Company>Rationale One</Company>
77
<Product>FFmpeg.AutoGen</Product>

0 commit comments

Comments
 (0)