summaryrefslogtreecommitdiff
path: root/libswscale/version.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michael@niedermayer.cc>2017-03-31 12:33:25 +0200
committerMichael Niedermayer <michael@niedermayer.cc>2017-03-31 13:21:06 +0200
commitfc332f3e29a07fea096b8878fa2044911366ebbd (patch)
tree340970db48555dbdc36e92cb59c8557ea0d79339 /libswscale/version.h
parent1317a9f7aaab50b3f6109948f5c96c8fa701ad1e (diff)
Bump minor versions for staring release/3.3 branch
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libswscale/version.h')
-rw-r--r--libswscale/version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libswscale/version.h b/libswscale/version.h
index 0d67738fa4..e37b31f055 100644
--- a/libswscale/version.h
+++ b/libswscale/version.h
@@ -27,8 +27,8 @@
#include "libavutil/version.h"
#define LIBSWSCALE_VERSION_MAJOR 4
-#define LIBSWSCALE_VERSION_MINOR 3
-#define LIBSWSCALE_VERSION_MICRO 101
+#define LIBSWSCALE_VERSION_MINOR 4
+#define LIBSWSCALE_VERSION_MICRO 100
#define LIBSWSCALE_VERSION_INT AV_VERSION_INT(LIBSWSCALE_VERSION_MAJOR, \
LIBSWSCALE_VERSION_MINOR, \