Message ID | 20160917140311.31646-1-atomnuker@gmail.com |
---|---|
State | Accepted |
Commit | 38c3fc9404478602045f344d961e0e620c65f531 |
Headers | show |
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 --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, \
Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com> --- libavcodec/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)