Skip to content

Commit 43be4a7

Browse files
committed
Bump version, 2.1.0
1 parent 22f3790 commit 43be4a7

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,0,2,0
2+
FILEVERSION 2,1,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
@@ -34,7 +34,7 @@ extern QMainWindow *main_window;
3434
#include "buffer_util.h"
3535
#include "device_discovery.h"
3636

37-
#define PLUGIN_VERSION_STR "202"
37+
#define PLUGIN_VERSION_STR "210"
3838
#define FPS 25
3939
#define MILLI_SEC 1000
4040
#define NANO_SEC 1000000000

0 commit comments

Comments
 (0)