diff options
author | George Hazan <ghazan@miranda.im> | 2016-12-16 21:10:03 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2016-12-16 21:10:03 +0300 |
commit | 8c316d216807ca02e86050e29752ac3940a11c7a (patch) | |
tree | 53ba6284ac017a842e13bdb3820b740b5007b39e /plugins/Dropbox/src/version.h | |
parent | 4eb749780954e748b365818b9678ad8894e373db (diff) |
Dropbox: fix for the toolbar button creation
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 929b1c61ae..836810112c 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 2
-#define __BUILD_NUM 2
+#define __BUILD_NUM 3
#include <stdver.h>
|