Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2014-08-24 16:18:22 +0400
committerLuca Barbato <lu_zero@gentoo.org>2014-10-26 10:47:41 +0300
commita6674d2e7771dbf7a4a5556f5e126be83cadac96 (patch)
treef36ba16993e2736b682805ab50577556e620dbe9 /libavdevice/version.h
parented6dad3737bf7bb2d5e9fa9511dfdb44806010e8 (diff)
xcbgrab: XCB-based screen capture
Matches the x11grab screen capture by features.
Diffstat (limited to 'libavdevice/version.h')
-rw-r--r--libavdevice/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavdevice/version.h b/libavdevice/version.h
index 3d82c97d2e..9453234bf8 100644
--- a/libavdevice/version.h
+++ b/libavdevice/version.h
@@ -28,7 +28,7 @@
#include "libavutil/version.h"
#define LIBAVDEVICE_VERSION_MAJOR 55
-#define LIBAVDEVICE_VERSION_MINOR 0
+#define LIBAVDEVICE_VERSION_MINOR 1
#define LIBAVDEVICE_VERSION_MICRO 0
#define LIBAVDEVICE_VERSION_INT AV_VERSION_INT(LIBAVDEVICE_VERSION_MAJOR, \