diff options
author | vu1tur <to@vu1tur.eu.org> | 2014-02-11 09:28:36 +0000 |
---|---|---|
committer | vu1tur <to@vu1tur.eu.org> | 2014-02-11 09:28:36 +0000 |
commit | f75bb0f8d24d6a02b73bd5df3c499d6b32a1da53 (patch) | |
tree | 3929189ccfb5106c80f0b1a63d53154956db7b74 /plugins/Spamotron/src/Version.h | |
parent | ee68ac82d5aabb596e8bd0f2b9286827ca2ce545 (diff) |
spamotron translation fixes
git-svn-id: http://svn.miranda-ng.org/main/trunk@8089 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Spamotron/src/Version.h')
-rw-r--r-- | plugins/Spamotron/src/Version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Spamotron/src/Version.h b/plugins/Spamotron/src/Version.h index fb4145b9a0..e366f941cc 100644 --- a/plugins/Spamotron/src/Version.h +++ b/plugins/Spamotron/src/Version.h @@ -1,7 +1,7 @@ #define __MAJOR_VERSION 0
#define __MINOR_VERSION 0
#define __RELEASE_NUM 4
-#define __BUILD_NUM 6
+#define __BUILD_NUM 7
#include <stdver.h>
@@ -11,4 +11,4 @@ #define __AUTHOR "vu1tur"
#define __AUTHOREMAIL "to@vu1tur.eu.org"
#define __AUTHORWEB "http://miranda-ng.org/p/Spamotron/"
-#define __COPYRIGHT "© 2010-2013 vu1tur"
+#define __COPYRIGHT "© 2010 vu1tur"
|