summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2014-08-06 19:57:14 +0000
committerAnton Khirnov <anton@khirnov.net>2014-08-09 16:58:33 +0000
commit1985c2e75c607ac51bfd8dc87d2957a5edf2b6f8 (patch)
treef7b94d825734f45e935bbdfdf1acaf22d732e178 /libavcodec
parentf4c444e17d137c786f0ed2da0e5943df505d5f9e (diff)
Bump major versions of all libraries.
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/version.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h
index 3085a27223..f7bb8e00b2 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -28,9 +28,9 @@
#include "libavutil/version.h"
-#define LIBAVCODEC_VERSION_MAJOR 55
-#define LIBAVCODEC_VERSION_MINOR 57
-#define LIBAVCODEC_VERSION_MICRO 4
+#define LIBAVCODEC_VERSION_MAJOR 56
+#define LIBAVCODEC_VERSION_MINOR 0
+#define LIBAVCODEC_VERSION_MICRO 0
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
LIBAVCODEC_VERSION_MINOR, \