summaryrefslogtreecommitdiff
path: root/plugins/FirstRun/src/Version.h
diff options
context:
space:
mode:
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"