From afcd9939cfaa1bec3a64044dc1f9d33481c3da42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20L=C3=B6wegren?= <28980463+HugoLowegren@users.noreply.github.com> Date: Thu, 9 May 2024 12:00:55 +0200 Subject: [PATCH] Add missing release version addins to README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index de17f65..a6b0515 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,6 @@ Available variants: * `nonfree-shared` Same again, but with the nonfree set of dependencies. All of those can be optionally combined with any combination of addins: -* `4.4`/`5.0`/`5.1`/`6.0` to build from the respective release branch instead of master. +* `4.4`/`5.0`/`5.1`/`6.0`/`6.1`/`7.0` to build from the respective release branch instead of master. * `debug` to not strip debug symbols from the binaries. This increases the output size by about 250MB. * `lto` build all dependencies and ffmpeg with -flto=auto (HIGHLY EXPERIMENTAL, broken for Windows, sometimes works for Linux)