summaryrefslogtreecommitdiff
path: root/libavformat/version.h
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2022-02-23 15:04:49 +0200
committerMartin Storsjö <martin@martin.st>2022-03-16 14:12:46 +0200
commitf3a0e2ee2b97e2d46b351c29853c056d126884e2 (patch)
tree6faa98613055ef413342d26cfa96ec70be2fc09f /libavformat/version.h
parent288313a8b2c04ea457822c5fdd9df0bb4a06500b (diff)
downloadffmpeg-f3a0e2ee2b97e2d46b351c29853c056d126884e2.tar.gz
doc: Add an entry to APIchanges about changes to version.h and version_major.h
Also bump the minor versions of all libraries, to signify the API change of splitting the version.h headers and adding the new version_major.h header. Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavformat/version.h')
-rw-r--r--libavformat/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/version.h b/libavformat/version.h
index e063e12b98..de9cc8e31d 100644
--- a/libavformat/version.h
+++ b/libavformat/version.h
@@ -31,7 +31,7 @@
#include "version_major.h"
-#define LIBAVFORMAT_VERSION_MINOR 19
+#define LIBAVFORMAT_VERSION_MINOR 20
#define LIBAVFORMAT_VERSION_MICRO 100
#define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \