diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2014-12-25 17:56:59 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2014-12-25 17:56:59 +0000 |
commit | 3c5efcd9b67b26ac0f1d965e157823990b9426c0 (patch) | |
tree | 23a00e8a1c0719200b4ff6b4883e909dcd9d0553 /src/core/stdauth/version.h | |
parent | 305d4b6a20ea62d6a3aba918aab5a7e9a05f8665 (diff) |
files structure changed
git-svn-id: http://svn.miranda-ng.org/main/trunk@11627 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/core/stdauth/version.h')
-rw-r--r-- | src/core/stdauth/version.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/core/stdauth/version.h b/src/core/stdauth/version.h deleted file mode 100644 index 7078e297c0..0000000000 --- a/src/core/stdauth/version.h +++ /dev/null @@ -1,14 +0,0 @@ -
-#include <m_version.h>
-
-#define __FILEVERSION_STRING MIRANDA_VERSION_FILEVERSION
-#define __VERSION_STRING MIRANDA_VERSION_STRING
-
-#define __PLUGIN_NAME "Standard Auth module"
-#define __INTERNAL_NAME "stdauth"
-#define __FILENAME "stdauth.dll"
-#define __DESCRIPTION "Core module for sending/receiving auth requests."
-#define __AUTHOR "Miranda NG Development Team"
-#define __AUTHOREMAIL ""
-#define __AUTHORWEB "http://miranda-ng.org/p/StdAuth/"
-#define __COPYRIGHT "© 2012 Miranda NG Development Team"
|