diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2015-05-30 19:52:45 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2015-05-30 19:52:45 +0000 |
commit | 4175d475a610d2ed581116a960a77df4efe6890d (patch) | |
tree | 5a047e53ad47893793f40170c5b447f4724bf94a /plugins/Dropbox/src/version.h | |
parent | 6c764151d2fbb2b6ecfdd68bcd48b86e36a773df (diff) |
Dropbox:
- fixed contact creation after auth
- more correct way to release response object
- version bumb
git-svn-id: http://svn.miranda-ng.org/main/trunk@13910 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Dropbox/src/version.h')
-rw-r--r-- | plugins/Dropbox/src/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Dropbox/src/version.h b/plugins/Dropbox/src/version.h index 65d96b82ca..69b84b0724 100644 --- a/plugins/Dropbox/src/version.h +++ b/plugins/Dropbox/src/version.h @@ -1,7 +1,7 @@ #define __MAJOR_VERSION 0
#define __MINOR_VERSION 12
#define __RELEASE_NUM 0
-#define __BUILD_NUM 5
+#define __BUILD_NUM 6
#include <stdver.h>
|