diff options
Diffstat (limited to 'plugins/FirstRun/src')
| -rw-r--r-- | plugins/FirstRun/src/Version.h | 24 | 
1 files changed, 12 insertions, 12 deletions
diff --git a/plugins/FirstRun/src/Version.h b/plugins/FirstRun/src/Version.h index 9a2706d9ee..1536df74b5 100644 --- a/plugins/FirstRun/src/Version.h +++ b/plugins/FirstRun/src/Version.h @@ -1,14 +1,14 @@ -#define __MAJOR_VERSION				0
 -#define __MINOR_VERSION				0
 -#define __RELEASE_NUM				0
 -#define __BUILD_NUM					2
 +#define __MAJOR_VERSION            0
 +#define __MINOR_VERSION            0
 +#define __RELEASE_NUM            0
 +#define __BUILD_NUM               2
 -#define __FILEVERSION_STRING		__MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
 +#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"
 +#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"
  | 
