diff options
author | George Hazan <george.hazan@gmail.com> | 2015-12-22 17:13:27 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-12-22 17:13:27 +0000 |
commit | 020323a39b43152782541fd3897e3d2f6c72cfd1 (patch) | |
tree | b62f0effdf2f6dc2e992e1441f7d6f3dd46b2dff /plugins/Dropbox/src/version.h | |
parent | 8508d083487e03f6dd0371ab2c67ec0168c7b746 (diff) |
Dropbox:
- contact menu to verify PF1_IMSEND flag to disable it for protocols that don't support sending IMs;
- code cleaning;
- version bump
git-svn-id: http://svn.miranda-ng.org/main/trunk@15930 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 caacfd20a7..b333726674 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 7
+#define __BUILD_NUM 8
#include <stdver.h>
|