diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-07-12 18:39:52 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-07-12 18:39:52 +0200 |
commit | ba664dc84855d5db34b4adbbe2a0e4e300d84471 (patch) | |
tree | f1ed53a82158099013a0fe183297e4fbd7783681 /src/common/plugin.c | |
parent | fe67eba75e1c60a10ec230a6ace5070f01888fc5 (diff) |
Even more rebranding
Diffstat (limited to 'src/common/plugin.c')
-rw-r--r-- | src/common/plugin.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/common/plugin.c b/src/common/plugin.c index 0a265d16..41293129 100644 --- a/src/common/plugin.c +++ b/src/common/plugin.c @@ -1010,20 +1010,13 @@ xchat_get_info (xchat_plugin *ph, const char *id) return XCHATLIBDIR; case 0x14f51cd8: /* version */ -#ifdef WIN32 - return XCHAT_RELEASE; -#else return PACKAGE_VERSION; -#endif case 0xdd9b1abd: /* xchatdir */ return get_xdir_utf8 (); case 0xe33f6c4a: /* xchatdirfs */ return get_xdir_fs (); - - case 0x3d1e70d7: /* wdk_version */ - return PACKAGE_VERSION; } sess = ph->context; |