Skip to content

Commit

Permalink
Version 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aramg committed Sep 14, 2023
1 parent 7e555ae commit 6384259
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/droidcam.rc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
1 VERSIONINFO
FILEVERSION 2,1,1,0
FILEVERSION 2,2,0,0
BEGIN
BLOCK "StringFileInfo"
BEGIN
Expand Down
2 changes: 1 addition & 1 deletion src/source.cc
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ extern QMainWindow *main_window;
#include "buffer_util.h"
#include "device_discovery.h"

#define PLUGIN_VERSION_STR "211"
#define PLUGIN_VERSION_STR "220"
#define FPS 25
#define MILLI_SEC 1000
#define NANO_SEC 1000000000
Expand Down

0 comments on commit 6384259

Please sign in to comment.