diff options
author | Berke Viktor <berkeviktor@aol.com> | 2011-11-23 04:37:57 +0100 |
---|---|---|
committer | Berke Viktor <berkeviktor@aol.com> | 2011-11-23 04:37:57 +0100 |
commit | 34a77fdbc573d2302a8f15660b4a4f93fe89f1a9 (patch) | |
tree | ec0528c693c6c449ef5383073f7ad6987895c1d3 | |
parent | a939f668c1c10bc0601d90d08eebf6c087bad75f (diff) |
forgot to bump updater version number
-rw-r--r-- | plugins/upd/upd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/upd/upd.c b/plugins/upd/upd.c index 00319910..72da7f5c 100644 --- a/plugins/upd/upd.c +++ b/plugins/upd/upd.c @@ -95,7 +95,7 @@ xchat_plugin_init (xchat_plugin *plugin_handle, char **plugin_name, char **plugi *plugin_name = "Update Checker"; *plugin_desc = "Plugin for checking for XChat-WDK updates"; - *plugin_version = "1.4"; + *plugin_version = "1.5"; xchat_hook_command (ph, "UPDCHK", XCHAT_PRI_NORM, print_version, 0, 0); xchat_command (ph, "MENU -ietc\\download.png ADD \"Help/Check for Updates\" \"UPDCHK\""); |