Bump major versions of all libraries.

This commit is contained in:
Anton Khirnov
2014-08-06 19:57:14 +00:00
parent f4c444e17d
commit 1985c2e75c
8 changed files with 22 additions and 22 deletions

View File

@@ -26,9 +26,9 @@
#include "libavutil/version.h"
#define LIBSWSCALE_VERSION_MAJOR 2
#define LIBSWSCALE_VERSION_MINOR 1
#define LIBSWSCALE_VERSION_MICRO 3
#define LIBSWSCALE_VERSION_MAJOR 3
#define LIBSWSCALE_VERSION_MINOR 0
#define LIBSWSCALE_VERSION_MICRO 0
#define LIBSWSCALE_VERSION_INT AV_VERSION_INT(LIBSWSCALE_VERSION_MAJOR, \
LIBSWSCALE_VERSION_MINOR, \