diff options
author | Anton Khirnov <anton@khirnov.net> | 2012-10-05 06:59:22 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2012-10-05 13:50:13 +0200 |
commit | 006afc7a0b439b9c34982754403a5faefd0f0388 (patch) | |
tree | a9a3f1a1862f835ab179ba7a96f55c021191cb99 /libavresample | |
parent | e7ba5b1de063e9b1de441b0d1c5708857f739fa5 (diff) | |
download | ffmpeg-006afc7a0b439b9c34982754403a5faefd0f0388.tar.gz |
lavr: bump major to 1 and declare it stable.
Diffstat (limited to 'libavresample')
-rw-r--r-- | libavresample/version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavresample/version.h b/libavresample/version.h index c4741e420e..53ba802d85 100644 --- a/libavresample/version.h +++ b/libavresample/version.h @@ -19,9 +19,9 @@ #ifndef AVRESAMPLE_VERSION_H #define AVRESAMPLE_VERSION_H -#define LIBAVRESAMPLE_VERSION_MAJOR 0 +#define LIBAVRESAMPLE_VERSION_MAJOR 1 #define LIBAVRESAMPLE_VERSION_MINOR 0 -#define LIBAVRESAMPLE_VERSION_MICRO 3 +#define LIBAVRESAMPLE_VERSION_MICRO 0 #define LIBAVRESAMPLE_VERSION_INT AV_VERSION_INT(LIBAVRESAMPLE_VERSION_MAJOR, \ LIBAVRESAMPLE_VERSION_MINOR, \ |