diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2016-02-26 11:29:17 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2016-02-26 11:29:17 +0000 |
commit | 987ceba57a977c691977a0f5aa8005678fcbc7e7 (patch) | |
tree | 1e52b2b0aafc60d0365034f28394cfb2dee0e587 /plugins/Dropbox/src/version.h | |
parent | a16909cbcbf6d18ab622ac5bbb05a8d743a93db3 (diff) |
Dropbox:
- added ability to intercept transfers from other protocols
- version bump
git-svn-id: http://svn.miranda-ng.org/main/trunk@16344 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 d629b60900..a54c801dad 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 1
-#define __BUILD_NUM 1
+#define __BUILD_NUM 2
#include <stdver.h>
|