diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-01-13 15:24:40 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-01-13 15:24:40 +0000 |
commit | 44d565bb91b211f80c6f21fb92804084af37d4db (patch) | |
tree | d10b1024ca960a681691f4d2e2f440f863b9ab36 /plugins/Weather/src/version.h | |
parent | 1534bf7c811cc1eee460e0e4d89fa99ee585845a (diff) |
added toptoolbar support
fixed autoupdate saving setting
cleanup
git-svn-id: http://svn.miranda-ng.org/main/trunk@3095 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Weather/src/version.h')
-rw-r--r-- | plugins/Weather/src/version.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/plugins/Weather/src/version.h b/plugins/Weather/src/version.h index f36385ce1a..8cc0354dce 100644 --- a/plugins/Weather/src/version.h +++ b/plugins/Weather/src/version.h @@ -4,14 +4,8 @@ #define __BUILD_NUM 1
#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
-#define __FILEVERSION_DOTS __MAJOR_VERSION.__MINOR_VERSION.__RELEASE_NUM.__BUILD_NUM
-
-#define __STRINGIFY_IMPL(x) #x
-#define __STRINGIFY(x) __STRINGIFY_IMPL(x)
-#define __VERSION_STRING __STRINGIFY(__FILEVERSION_DOTS)
#define __PLUGIN_NAME "Weather"
-#define __INTERNAL_NAME "Weather"
#define __FILENAME "Weather.dll"
#define __DESCRIPTION "Retrieves weather information and displays it in your contact list."
#define __AUTHOR "Miranda NG Team"
|