summaryrefslogtreecommitdiff
path: root/plugins/RemovePersonalSettings/src
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2014-01-20 17:14:13 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2014-01-20 17:14:13 +0000
commit27c14426aae5c193fd32a547e53261aedc66bea3 (patch)
tree5beae93ac688f8179f9f378eabec1a4c9f9754b7 /plugins/RemovePersonalSettings/src
parent70e6b2354e9ded7ba1f4bb2956c8b23345cc7827 (diff)
RemoveAllService - version info added
git-svn-id: http://svn.miranda-ng.org/main/trunk@7794 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/RemovePersonalSettings/src')
-rw-r--r--plugins/RemovePersonalSettings/src/rps.cpp2
-rw-r--r--plugins/RemovePersonalSettings/src/version.h14
2 files changed, 16 insertions, 0 deletions
diff --git a/plugins/RemovePersonalSettings/src/rps.cpp b/plugins/RemovePersonalSettings/src/rps.cpp
index 4672ddf25f..e795a09277 100644
--- a/plugins/RemovePersonalSettings/src/rps.cpp
+++ b/plugins/RemovePersonalSettings/src/rps.cpp
@@ -40,6 +40,8 @@ Based on work by nullbie
#include <m_utils.h>
#include <m_database.h>
+#include "version.h"
+
#define MIID_REMOVEPERSONALSETTINGS { 0x5eaec989, 0x8ff, 0x4820, { 0xb8, 0x6c, 0x2b, 0x6e, 0xf0, 0x8e, 0x33, 0x73 } }
#define INI_FILE_NAME "RemovePersonalSettings.ini"
diff --git a/plugins/RemovePersonalSettings/src/version.h b/plugins/RemovePersonalSettings/src/version.h
new file mode 100644
index 0000000000..b3f3797b66
--- /dev/null
+++ b/plugins/RemovePersonalSettings/src/version.h
@@ -0,0 +1,14 @@
+#define __MAJOR_VERSION 0
+#define __MINOR_VERSION 1
+#define __RELEASE_NUM 0
+#define __BUILD_NUM 4
+
+#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
+
+#define __PLUGIN_NAME "Remove Personal Settings"
+#define __FILENAME "RemovePersonalSettings.dll"
+#define __DESCRIPTION "Remove personal settings to allow to send a profile to other user(s) without sending personal data."
+#define __AUTHOR "Ricardo Pescuma Domenecci"
+#define __AUTHOREMAIL ""
+#define __AUTHORWEB "http://miranda-ng.org/p/RPS/"
+#define __COPYRIGHT "© 2007-2009 Ricardo Pescuma Domenecci"