summaryrefslogtreecommitdiff
path: root/libavcodec/version.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2013-02-17 10:31:25 +0100
committerAnton Khirnov <anton@khirnov.net>2013-03-08 07:41:49 +0100
commitd8b31be6caebd8d1321ecb754b6e7daaf81dc111 (patch)
tree114b30392b4533bd91e434516d20f21b59196a5b /libavcodec/version.h
parent8df23e938b4022d6e6e9e1180ea6418abae74fda (diff)
Add the bumps and APIchanges entries for reference counted buffers changes.
Diffstat (limited to 'libavcodec/version.h')
-rw-r--r--libavcodec/version.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h
index bc6237156d..76d686d6d4 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -26,9 +26,9 @@
* Libavcodec version macros.
*/
-#define LIBAVCODEC_VERSION_MAJOR 54
-#define LIBAVCODEC_VERSION_MINOR 41
-#define LIBAVCODEC_VERSION_MICRO 1
+#define LIBAVCODEC_VERSION_MAJOR 55
+#define LIBAVCODEC_VERSION_MINOR 0
+#define LIBAVCODEC_VERSION_MICRO 0
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
LIBAVCODEC_VERSION_MINOR, \