We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e555ae commit 6384259Copy full SHA for 6384259
src/droidcam.rc
@@ -1,5 +1,5 @@
1
1 VERSIONINFO
2
-FILEVERSION 2,1,1,0
+FILEVERSION 2,2,0,0
3
BEGIN
4
BLOCK "StringFileInfo"
5
src/source.cc
@@ -39,7 +39,7 @@ extern QMainWindow *main_window;
39
#include "buffer_util.h"
40
#include "device_discovery.h"
41
42
-#define PLUGIN_VERSION_STR "211"
+#define PLUGIN_VERSION_STR "220"
43
#define FPS 25
44
#define MILLI_SEC 1000
45
#define NANO_SEC 1000000000
0 commit comments