diff options
author | George Hazan <ghazan@miranda.im> | 2018-05-03 12:31:44 +0200 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-05-03 12:32:36 +0200 |
commit | 48cb59cb5687303a608903259bb10eb9e6a9ee36 (patch) | |
tree | e7ef1bda96cac9fb9ed59ce7a29477a3d262c50e /plugins/CloudFile/src/version.h | |
parent | 89a1dbcab6947a68d81dd048e5d91cebdb0c2510 (diff) |
CloudFile: thread functions rewritten using PROTO::ForkThread
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 28e640d870..ee97e77eac 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 5 +#define __BUILD_NUM 6 #include <stdver.h> |