Skip to content

Commit

Permalink
avdevice: bump major
Browse files Browse the repository at this point in the history
Our previous release (1.1) contained a version 54 libavdevice
and this version here is not ABI compatible thus a bump is
needed

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
  • Loading branch information
michaelni committed Mar 14, 2013
1 parent cacbf64 commit 2ffa9e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libavdevice/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@

#include "libavutil/avutil.h"

#define LIBAVDEVICE_VERSION_MAJOR 54
#define LIBAVDEVICE_VERSION_MINOR 4
#define LIBAVDEVICE_VERSION_MAJOR 55
#define LIBAVDEVICE_VERSION_MINOR 0
#define LIBAVDEVICE_VERSION_MICRO 100

#define LIBAVDEVICE_VERSION_INT AV_VERSION_INT(LIBAVDEVICE_VERSION_MAJOR, \
Expand Down

0 comments on commit 2ffa9e6

Please sign in to comment.