Skip to content

Commit 6384259

Browse files
committed
Version 2.2.0
1 parent 7e555ae commit 6384259

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/droidcam.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
1 VERSIONINFO
2-
FILEVERSION 2,1,1,0
2+
FILEVERSION 2,2,0,0
33
BEGIN
44
BLOCK "StringFileInfo"
55
BEGIN

src/source.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ extern QMainWindow *main_window;
3939
#include "buffer_util.h"
4040
#include "device_discovery.h"
4141

42-
#define PLUGIN_VERSION_STR "211"
42+
#define PLUGIN_VERSION_STR "220"
4343
#define FPS 25
4444
#define MILLI_SEC 1000
4545
#define NANO_SEC 1000000000

0 commit comments

Comments
 (0)