aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKostya Shishkov <kostya.shishkov@gmail.com>2012-07-22 08:06:19 +0200
committerKostya Shishkov <kostya.shishkov@gmail.com>2012-07-22 08:43:12 +0200
commit1470ce21cec5ee26e106e2a884c26bbf84e5aaea (patch)
treeee57c84169f798b951bd0ec00952bf491d152cdb
parent55c3a4f617171ad1138df684cbafa570807bc6a9 (diff)
downloadffmpeg-1470ce21cec5ee26e106e2a884c26bbf84e5aaea.tar.gz
Bump libavcodec and libavformat minor versions for G.723.1 decoder and demuxer
-rw-r--r--libavcodec/version.h2
-rw-r--r--libavformat/version.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h
index a3fbb74913..98d6690a9f 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -27,7 +27,7 @@
*/
#define LIBAVCODEC_VERSION_MAJOR 54
-#define LIBAVCODEC_VERSION_MINOR 22
+#define LIBAVCODEC_VERSION_MINOR 23
#define LIBAVCODEC_VERSION_MICRO 0
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
diff --git a/libavformat/version.h b/libavformat/version.h
index 4ccb75c704..d20b07005a 100644
--- a/libavformat/version.h
+++ b/libavformat/version.h
@@ -30,7 +30,7 @@
#include "libavutil/avutil.h"
#define LIBAVFORMAT_VERSION_MAJOR 54
-#define LIBAVFORMAT_VERSION_MINOR 9
+#define LIBAVFORMAT_VERSION_MINOR 10
#define LIBAVFORMAT_VERSION_MICRO 0
#define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \