summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Changelog1
-rw-r--r--libavcodec/avcodec.h2
2 files changed, 2 insertions, 1 deletions
diff --git a/Changelog b/Changelog
index a3d3da02e7..abcdac3a3e 100644
--- a/Changelog
+++ b/Changelog
@@ -15,6 +15,7 @@ version 0.5.1:
- backport av_lockmgr_register(), see doc/APIchanges for details
+
version 0.5:
- The "device" muxers and demuxers are now in a new libavdevice library
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 0794fbef68..835b589ded 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -30,7 +30,7 @@
#include "libavutil/avutil.h"
#define LIBAVCODEC_VERSION_MAJOR 52
-#define LIBAVCODEC_VERSION_MINOR 21
+#define LIBAVCODEC_VERSION_MINOR 20
#define LIBAVCODEC_VERSION_MICRO 0
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \