Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHendrik Leppkes <h.leppkes@gmail.com>2015-09-05 22:35:46 +0300
committerHendrik Leppkes <h.leppkes@gmail.com>2015-09-05 22:35:46 +0300
commit160e92c8bfad9b6b4748b0d5f72f15a097ad2dc3 (patch)
treedf85b33395b43f28d0d98c6bcf383705b74028b8 /libswscale
parent590ea32e54eebbf8d69c2e9d97d92727d22bb88a (diff)
parente88103a7f92cf27a2868b50acc8a9912f6088249 (diff)
Merge commit 'e88103a7f92cf27a2868b50acc8a9912f6088249'
* commit 'e88103a7f92cf27a2868b50acc8a9912f6088249': Bump major versions of all libraries Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
Diffstat (limited to 'libswscale')
-rw-r--r--libswscale/version.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libswscale/version.h b/libswscale/version.h
index 93a458ee5d..24908b8931 100644
--- a/libswscale/version.h
+++ b/libswscale/version.h
@@ -26,9 +26,9 @@
#include "libavutil/version.h"
-#define LIBSWSCALE_VERSION_MAJOR 3
-#define LIBSWSCALE_VERSION_MINOR 1
-#define LIBSWSCALE_VERSION_MICRO 101
+#define LIBSWSCALE_VERSION_MAJOR 4
+#define LIBSWSCALE_VERSION_MINOR 0
+#define LIBSWSCALE_VERSION_MICRO 100
#define LIBSWSCALE_VERSION_INT AV_VERSION_INT(LIBSWSCALE_VERSION_MAJOR, \
LIBSWSCALE_VERSION_MINOR, \