diff options
author | aunsane <aunsane@gmail.com> | 2018-03-09 19:04:44 +0300 |
---|---|---|
committer | aunsane <aunsane@gmail.com> | 2018-03-09 19:05:45 +0300 |
commit | 303dd9297732fc943ed3e20ab37587f0c009dfe5 (patch) | |
tree | 20957f3c2d2f724dabd3074819a6405c805766fa /plugins/CloudFile/src/version.h | |
parent | 1f71ad2141a4c7d41f806cc4cbaa25cbf321dd73 (diff) |
CloudFile: bugfix
- GDrive: fixed authentication
- GDrive: fixed upload for small files
- Dropbox: increase "create folder" api method version
Diffstat (limited to 'plugins/CloudFile/src/version.h')
-rw-r--r-- | plugins/CloudFile/src/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CloudFile/src/version.h b/plugins/CloudFile/src/version.h index d5cfb30c4b..295a3b73ef 100644 --- a/plugins/CloudFile/src/version.h +++ b/plugins/CloudFile/src/version.h @@ -1,7 +1,7 @@ #define __MAJOR_VERSION 0 #define __MINOR_VERSION 11 #define __RELEASE_NUM 0 -#define __BUILD_NUM 3 +#define __BUILD_NUM 4 #include <stdver.h> |