diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2016-03-15 10:10:51 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2016-03-15 10:10:51 +0000 |
commit | ccd3481caa5dda6816747901108166298c8037d9 (patch) | |
tree | e72418c55d54631c06c389a4179867525ad2b9e6 /plugins/Dropbox/src/version.h | |
parent | 40989eb0a17169c3b2e44a51a7db91b1876bbd62 (diff) |
Dropbox: fixed sending link after upload
git-svn-id: http://svn.miranda-ng.org/main/trunk@16484 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Dropbox/src/version.h')
-rw-r--r-- | plugins/Dropbox/src/version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Dropbox/src/version.h b/plugins/Dropbox/src/version.h index a54c801dad..75ee9ec7f6 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 2
+#define __RELEASE_NUM 2
+#define __BUILD_NUM 1
#include <stdver.h>
|