diff options
author | Michael Niedermayer <[email protected]> | 2024-09-24 17:10:35 +0200 |
---|---|---|
committer | Michael Niedermayer <[email protected]> | 2024-09-24 17:10:35 +0200 |
commit | 38e224c2ba0958d84453f81548d9b245eecd82a1 (patch) | |
tree | 46b7b356a081b17be1bcf0cd4335e192c2129f53 /libpostproc/version.h | |
parent | e1094ac45d3bc7942043e72a23b6ab30faaddb8a (diff) |
*/version.h: bump after release/7.1 branchn7.2-dev
Signed-off-by: Michael Niedermayer <[email protected]>
Diffstat (limited to 'libpostproc/version.h')
-rw-r--r-- | libpostproc/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpostproc/version.h b/libpostproc/version.h index e77dff98c5..4459d251d4 100644 --- a/libpostproc/version.h +++ b/libpostproc/version.h @@ -30,7 +30,7 @@ #include "version_major.h" -#define LIBPOSTPROC_VERSION_MINOR 3 +#define LIBPOSTPROC_VERSION_MINOR 4 #define LIBPOSTPROC_VERSION_MICRO 100 #define LIBPOSTPROC_VERSION_INT AV_VERSION_INT(LIBPOSTPROC_VERSION_MAJOR, \ |