diff options
author | René Schümann <white06tiger@gmail.com> | 2014-06-07 17:22:31 +0000 |
---|---|---|
committer | René Schümann <white06tiger@gmail.com> | 2014-06-07 17:22:31 +0000 |
commit | 0a23e4d06f01ee608f14fe4efd31baa39b27bb08 (patch) | |
tree | a6c7d4307b525de493f601fa0e9972e693c8c1a4 /plugins/SendScreenshotPlus/src/version.h | |
parent | e0c488c6dc749b80d29a0de678a40fea3510695b (diff) |
SendSS v0.8.5:
+ allow file Drag&Drop together with local file upload, version bump
* minor comments and code change
git-svn-id: http://svn.miranda-ng.org/main/trunk@9417 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SendScreenshotPlus/src/version.h')
-rw-r--r-- | plugins/SendScreenshotPlus/src/version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/SendScreenshotPlus/src/version.h b/plugins/SendScreenshotPlus/src/version.h index 0726fb855e..8c3135b7de 100644 --- a/plugins/SendScreenshotPlus/src/version.h +++ b/plugins/SendScreenshotPlus/src/version.h @@ -1,6 +1,6 @@ #define __MAJOR_VERSION 0 #define __MINOR_VERSION 8 -#define __RELEASE_NUM 4 +#define __RELEASE_NUM 5 #define __BUILD_NUM 0 #include <stdver.h> @@ -12,4 +12,4 @@ #define __AUTHOREMAIL "ing.u.horn@googlemail.com" #define __AUTHORWEB "http://miranda-ng.org/p/SendSS/" #define __COPYRIGHT "© 2010 Merlin, 2004-2006 Sergio Vieira Rolanski" -#define __USER_AGENT_STRING "SendSS/" __VERSION_STRING_DOTS +#define __USER_AGENT_STRING "SendSS/" __VERSION_STRING_DOTS |