diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2014-12-25 19:07:08 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2014-12-25 19:07:08 +0000 |
commit | c8352737131e90d27de39622357fd7a7bbb9f3a2 (patch) | |
tree | 63f9275df364046fa03231647b9d0edd5d0f9f73 /src/core/stduihist/version.h | |
parent | b9036ccc6b6513998cce61b99b70b23b51e1627c (diff) |
files structure changed
git-svn-id: http://svn.miranda-ng.org/main/trunk@11635 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/core/stduihist/version.h')
-rw-r--r-- | src/core/stduihist/version.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/core/stduihist/version.h b/src/core/stduihist/version.h deleted file mode 100644 index 6f8c320c5f..0000000000 --- a/src/core/stduihist/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 History UI"
-#define __INTERNAL_NAME "stduihist"
-#define __FILENAME "stduihist.dll"
-#define __DESCRIPTION "Core module for built-in history viewer."
-#define __AUTHOR "Miranda NG Development Team"
-#define __AUTHOREMAIL ""
-#define __AUTHORWEB "http://miranda-ng.org/p/StdUIHist/"
-#define __COPYRIGHT "© 2012 Miranda NG Development Team"
|