Version 1.1.2

This commit is contained in:
Josh Holmer 2023-02-06 09:43:10 -05:00
parent 2cf12148f9
commit 53c873890c
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
## Version 1.1.2
- Fix static building after a change in ffmpeg's branch naming structure broke it
## Version 1.1.1
- Fix compilation on some non-x64 platforms

View File

@ -1,6 +1,6 @@
[package]
name = "ffmpeg-the-third"
version = "1.1.1+ffmpeg-5.1.2"
version = "1.1.2+ffmpeg-5.1.2"
build = "build.rs"
authors = ["meh. <meh@schizofreni.co>", "Zhiming Wang <i@zhimingwang.org>"]