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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVittorio Giovara <vittorio.giovara@gmail.com>2015-07-03 01:28:45 +0300
committerVittorio Giovara <vittorio.giovara@gmail.com>2015-07-03 16:30:11 +0300
commit832129431fd5c693b12c32a1563944c631feaf36 (patch)
tree615e781dfb7413ae3c91cb068f1165c28a01f55b /libavutil
parent80f955c90867561dcce769216bc497e13281eb38 (diff)
lavu: Add version information for av_version_info()
Move the APIchange entry at the top.
Diffstat (limited to 'libavutil')
-rw-r--r--libavutil/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/version.h b/libavutil/version.h
index c3342cdfc5..4c3b7f44fe 100644
--- a/libavutil/version.h
+++ b/libavutil/version.h
@@ -54,7 +54,7 @@
*/
#define LIBAVUTIL_VERSION_MAJOR 54
-#define LIBAVUTIL_VERSION_MINOR 14
+#define LIBAVUTIL_VERSION_MINOR 15
#define LIBAVUTIL_VERSION_MICRO 0
#define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \