diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2015-07-31 22:57:03 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2015-07-31 22:57:03 +0000 |
commit | 17bbf2601252ec49906ef7219b970342d46339b7 (patch) | |
tree | 313c099042e8d31e1ea39297e06b9073e30240aa /plugins/PasteIt/src/version.h | |
parent | a08e1cf9777b4a3766c91be2685aaf37c24fbd4e (diff) |
reverted unwanted changes
git-svn-id: http://svn.miranda-ng.org/main/trunk@14776 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/PasteIt/src/version.h')
-rw-r--r-- | plugins/PasteIt/src/version.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/plugins/PasteIt/src/version.h b/plugins/PasteIt/src/version.h index 0dcac19bb7..782bf851a2 100644 --- a/plugins/PasteIt/src/version.h +++ b/plugins/PasteIt/src/version.h @@ -1,14 +1,14 @@ #define __MAJOR_VERSION 1
#define __MINOR_VERSION 0
-#define __RELEASE_NUM 0
-#define __BUILD_NUM 3
+#define __RELEASE_NUM 0
+#define __BUILD_NUM 3
#include <stdver.h>
-#define __PLUGIN_NAME "Paste it"
-#define __FILENAME "PasteIt.dll"
-#define __DESCRIPTION "Uploads the text to web page and sends the URL to your friends."
-#define __AUTHOR "Krzysztof Kral, Miranda NG team"
-#define __AUTHOREMAIL "programista@poczta.of.pl"
-#define __AUTHORWEB "http://miranda-ng.org/p/PasteIt/"
-#define __COPYRIGHT "© 2011 KrzysztofKral, © 2012-15 Miranda NG project"
+#define __PLUGIN_NAME "Paste it"
+#define __FILENAME "PasteIt.dll"
+#define __DESCRIPTION "Uploads the text to web page and sends the URL to your friends."
+#define __AUTHOR "Krzysztof Kral"
+#define __AUTHOREMAIL "programista@poczta.of.pl"
+#define __AUTHORWEB "http://miranda-ng.org/p/PasteIt/"
+#define __COPYRIGHT "© 2011 KrzysztofKral"
|