We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22f3790 commit 43be4a7Copy full SHA for 43be4a7
src/droidcam.rc
@@ -1,5 +1,5 @@
1
1 VERSIONINFO
2
-FILEVERSION 2,0,2,0
+FILEVERSION 2,1,0,0
3
BEGIN
4
BLOCK "StringFileInfo"
5
src/source.cc
@@ -34,7 +34,7 @@ extern QMainWindow *main_window;
34
#include "buffer_util.h"
35
#include "device_discovery.h"
36
37
-#define PLUGIN_VERSION_STR "202"
+#define PLUGIN_VERSION_STR "210"
38
#define FPS 25
39
#define MILLI_SEC 1000
40
#define NANO_SEC 1000000000
0 commit comments