summaryrefslogtreecommitdiff
path: root/plugins/AuthState/version.h
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2012-07-04 15:53:43 +0000
committerKirill Volinsky <mataes2007@gmail.com>2012-07-04 15:53:43 +0000
commitf70609f71f4e104597b1edf4db9baebec0719f03 (patch)
tree959ea37e93d083844e2ffa288ee4f22b82f09183 /plugins/AuthState/version.h
parent1d8520937fff9118cf0d42372d8d138146a18e48 (diff)
AuthState:
changed folder structure git-svn-id: http://svn.miranda-ng.org/main/trunk@760 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/AuthState/version.h')
-rw-r--r--plugins/AuthState/version.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/plugins/AuthState/version.h b/plugins/AuthState/version.h
deleted file mode 100644
index 3c39613d72..0000000000
--- a/plugins/AuthState/version.h
+++ /dev/null
@@ -1,20 +0,0 @@
-#define __MAJOR_VERSION 0
-#define __MINOR_VERSION 0
-#define __RELEASE_NUM 2
-#define __BUILD_NUM 0
-
-#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
-#define __FILEVERSION_DOTS __MAJOR_VERSION.__MINOR_VERSION.__RELEASE_NUM.__BUILD_NUM
-
-#define __STRINGIFY_IMPL(x) #x
-#define __STRINGIFY(x) __STRINGIFY_IMPL(x)
-#define __VERSION_STRING __STRINGIFY(__FILEVERSION_DOTS)
-
-#define __PLUGIN_NAME "Authorization State"
-#define __INTERNAL_NAME "AuthState"
-#define __FILENAME "AuthState.dll"
-#define __DESCRIPTION "If contact didn't authorized you this plugin puts an icon in front of contacts name."
-#define __AUTHOR "Thief, idea by snwbrdr"
-#define __AUTHOREMAIL "thief@miranda.im"
-#define __AUTHORWEB "http://thief.miranda.im/"
-#define __COPYRIGHT "© 2006-2010 Alexander Turyak"