summaryrefslogtreecommitdiff
path: root/libswresample/version.h
diff options
context:
space:
mode:
authorHendrik Leppkes <h.leppkes@gmail.com>2015-09-05 21:35:46 +0200
committerHendrik Leppkes <h.leppkes@gmail.com>2015-09-05 21:35:46 +0200
commit160e92c8bfad9b6b4748b0d5f72f15a097ad2dc3 (patch)
treedf85b33395b43f28d0d98c6bcf383705b74028b8 /libswresample/version.h
parent590ea32e54eebbf8d69c2e9d97d92727d22bb88a (diff)
parente88103a7f92cf27a2868b50acc8a9912f6088249 (diff)
Merge commit 'e88103a7f92cf27a2868b50acc8a9912f6088249'
* commit 'e88103a7f92cf27a2868b50acc8a9912f6088249': Bump major versions of all libraries Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
Diffstat (limited to 'libswresample/version.h')
-rw-r--r--libswresample/version.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libswresample/version.h b/libswresample/version.h
index cc0a77de28..12b32826db 100644
--- a/libswresample/version.h
+++ b/libswresample/version.h
@@ -28,9 +28,9 @@
#include "libavutil/avutil.h"
-#define LIBSWRESAMPLE_VERSION_MAJOR 1
-#define LIBSWRESAMPLE_VERSION_MINOR 2
-#define LIBSWRESAMPLE_VERSION_MICRO 101
+#define LIBSWRESAMPLE_VERSION_MAJOR 2
+#define LIBSWRESAMPLE_VERSION_MINOR 0
+#define LIBSWRESAMPLE_VERSION_MICRO 100
#define LIBSWRESAMPLE_VERSION_INT AV_VERSION_INT(LIBSWRESAMPLE_VERSION_MAJOR, \
LIBSWRESAMPLE_VERSION_MINOR, \