diff options
author | George Hazan <george.hazan@gmail.com> | 2015-05-11 16:39:06 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-05-11 16:39:06 +0000 |
commit | 6f7054d8f6c14e032a45a42555d4ab097fc82863 (patch) | |
tree | 1cc7d5ae2c4b77743982fa55578612ce27ce150e /plugins/Dropbox/src/version.h | |
parent | ac73a9c3d9b5f72f4ee7c0d635daf47db3ef1d50 (diff) |
- STL removed;
- code optimization and restructuring;
- warning fixes
git-svn-id: http://svn.miranda-ng.org/main/trunk@13549 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Dropbox/src/version.h')
-rw-r--r-- | plugins/Dropbox/src/version.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/Dropbox/src/version.h b/plugins/Dropbox/src/version.h index b76aff3aed..5f8154e315 100644 --- a/plugins/Dropbox/src/version.h +++ b/plugins/Dropbox/src/version.h @@ -1,7 +1,7 @@ #define __MAJOR_VERSION 0
-#define __MINOR_VERSION 11
+#define __MINOR_VERSION 12
#define __RELEASE_NUM 0
-#define __BUILD_NUM 3
+#define __BUILD_NUM 1
#include <stdver.h>
@@ -11,4 +11,4 @@ #define __AUTHOR "unsane"
#define __AUTHOREMAIL ""
#define __AUTHORWEB "http://miranda-ng.org/p/Dropbox/"
-#define __COPYRIGHT "© 2014 Miranda NG project"
+#define __COPYRIGHT "© 2014-15 Miranda NG project"
|