summaryrefslogtreecommitdiff
path: root/src/core/stdcrypt/version.h
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2014-12-25 18:25:32 +0000
committerKirill Volinsky <mataes2007@gmail.com>2014-12-25 18:25:32 +0000
commit850bcd307e82aafd5c8fdc7e46f7c42588c25cfa (patch)
tree66bebbd28786c06dab25a2873e9c1090b343353d /src/core/stdcrypt/version.h
parent34306c48a9fb217405e4f36496ca3e910cdfdb3b (diff)
files structure changed
git-svn-id: http://svn.miranda-ng.org/main/trunk@11630 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/core/stdcrypt/version.h')
-rw-r--r--src/core/stdcrypt/version.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/core/stdcrypt/version.h b/src/core/stdcrypt/version.h
deleted file mode 100644
index e5350abb5a..0000000000
--- a/src/core/stdcrypt/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 encrypting module"
-#define __INTERNAL_NAME "stdcrypt"
-#define __FILENAME "stdcrypt.dll"
-#define __DESCRIPTION "Core module for encryption."
-#define __AUTHOR "Miranda NG Development Team"
-#define __AUTHOREMAIL ""
-#define __AUTHORWEB "http://miranda-ng.org/p/StdCrypt/"
-#define __COPYRIGHT "© 2012-14 Miranda NG Development Team"