diff options
author | Martin Storsjö <martin@martin.st> | 2022-02-23 15:04:49 +0200 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2022-03-16 14:12:46 +0200 |
commit | f3a0e2ee2b97e2d46b351c29853c056d126884e2 (patch) | |
tree | 6faa98613055ef413342d26cfa96ec70be2fc09f /libswresample/version.h | |
parent | 288313a8b2c04ea457822c5fdd9df0bb4a06500b (diff) | |
download | ffmpeg-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 'libswresample/version.h')
-rw-r--r-- | libswresample/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libswresample/version.h b/libswresample/version.h index cf32791e50..334b6681e2 100644 --- a/libswresample/version.h +++ b/libswresample/version.h @@ -30,7 +30,7 @@ #include "version_major.h" -#define LIBSWRESAMPLE_VERSION_MINOR 5 +#define LIBSWRESAMPLE_VERSION_MINOR 6 #define LIBSWRESAMPLE_VERSION_MICRO 100 #define LIBSWRESAMPLE_VERSION_INT AV_VERSION_INT(LIBSWRESAMPLE_VERSION_MAJOR, \ |