diff options
author | Anton Khirnov <anton@khirnov.net> | 2014-08-06 19:57:14 +0000 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2014-08-09 16:58:33 +0000 |
commit | 1985c2e75c607ac51bfd8dc87d2957a5edf2b6f8 (patch) | |
tree | f7b94d825734f45e935bbdfdf1acaf22d732e178 /libswscale | |
parent | f4c444e17d137c786f0ed2da0e5943df505d5f9e (diff) | |
download | ffmpeg-1985c2e75c607ac51bfd8dc87d2957a5edf2b6f8.tar.gz |
Bump major versions of all libraries.
Diffstat (limited to 'libswscale')
-rw-r--r-- | libswscale/version.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libswscale/version.h b/libswscale/version.h index dfc1a1ac65..fdde657168 100644 --- a/libswscale/version.h +++ b/libswscale/version.h @@ -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, \ |