From 03e9b1931b92884256c5dd262a583fce8a2bf2e9 Mon Sep 17 00:00:00 2001 From: James Almer Date: Thu, 19 Mar 2015 21:09:42 -0300 Subject: [PATCH] avcodec/libdcadec: add missing version bump and changelog entry --- Changelog | 1 + libavcodec/version.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Changelog b/Changelog index 3ab1d306a3..495033057d 100644 --- a/Changelog +++ b/Changelog @@ -6,6 +6,7 @@ version : - TDSC decoder - DTS lossless extension (XLL) decoding (not lossless, disabled by default) - showwavespic filter +- libdcadec wrapper version 2.6: diff --git a/libavcodec/version.h b/libavcodec/version.h index 1ffe016e69..40e3e2100b 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -29,7 +29,7 @@ #include "libavutil/version.h" #define LIBAVCODEC_VERSION_MAJOR 56 -#define LIBAVCODEC_VERSION_MINOR 28 +#define LIBAVCODEC_VERSION_MINOR 29 #define LIBAVCODEC_VERSION_MICRO 100 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \