summaryrefslogtreecommitdiff
path: root/plugins/FirstRun/src/Version.h
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2014-09-18 20:41:59 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2014-09-18 20:41:59 +0000
commit9c90c39b2bf798892a48e13a252a930447a0c092 (patch)
tree3f35ec02e74fe328c43644560ae859b4f3cd4095 /plugins/FirstRun/src/Version.h
parentdb4e6bcb736ee6b602e471cbd91425bca9a005f1 (diff)
FirstRun plugin moved to deprecated
git-svn-id: http://svn.miranda-ng.org/main/trunk@10511 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/FirstRun/src/Version.h')
-rw-r--r--plugins/FirstRun/src/Version.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/plugins/FirstRun/src/Version.h b/plugins/FirstRun/src/Version.h
deleted file mode 100644
index 1536df74b5..0000000000
--- a/plugins/FirstRun/src/Version.h
+++ /dev/null
@@ -1,14 +0,0 @@
-#define __MAJOR_VERSION 0
-#define __MINOR_VERSION 0
-#define __RELEASE_NUM 0
-#define __BUILD_NUM 2
-
-#include <stdver.h>
-
-#define __PLUGIN_NAME "First run"
-#define __FILENAME "FirstRun.dll"
-#define __DESCRIPTION "Displays the Accounts window at the first start."
-#define __AUTHOR "Yasnovidyashii"
-#define __AUTHOREMAIL "yasnovidyashii@gmail.com"
-#define __AUTHORWEB "http://miranda-ng.org/p/FirstRun/"
-#define __COPYRIGHT "© 2008 Mikhail Yuriev"