diff mbox

[FFmpeg-devel] lavc: bump micro (after adding TrueHD and MLP encoders)

Message ID 20160917140311.31646-1-atomnuker@gmail.com
State Accepted
Commit 38c3fc9404478602045f344d961e0e620c65f531
Headers show

Commit Message

Rostislav Pehlivanov Sept. 17, 2016, 2:03 p.m. UTC
Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
---
 libavcodec/version.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Paul B Mahol Sept. 17, 2016, 2:26 p.m. UTC | #1
On 9/17/16, Rostislav Pehlivanov <atomnuker@gmail.com> wrote:
> Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
> ---
>  libavcodec/version.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/libavcodec/version.h b/libavcodec/version.h
> index ecd48c5..ccb2890 100644
> --- a/libavcodec/version.h
> +++ b/libavcodec/version.h
> @@ -28,7 +28,7 @@
>  #include "libavutil/version.h"
>
>  #define LIBAVCODEC_VERSION_MAJOR  57
> -#define LIBAVCODEC_VERSION_MINOR  56
> +#define LIBAVCODEC_VERSION_MINOR  57
>  #define LIBAVCODEC_VERSION_MICRO 100
>
>  #define LIBAVCODEC_VERSION_INT  AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
> --
> 2.9.3

Topic/log should be: bump minor....

Otherwise LGTM
diff mbox

Patch

diff --git a/libavcodec/version.h b/libavcodec/version.h
index ecd48c5..ccb2890 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -28,7 +28,7 @@ 
 #include "libavutil/version.h"
 
 #define LIBAVCODEC_VERSION_MAJOR  57
-#define LIBAVCODEC_VERSION_MINOR  56
+#define LIBAVCODEC_VERSION_MINOR  57
 #define LIBAVCODEC_VERSION_MICRO 100
 
 #define LIBAVCODEC_VERSION_INT  AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \