summary refs log tree commit diff stats
path: root/plugins/upd/upd.c
diff options
context:
space:
mode:
authorberkeviktor@aol.com <berkeviktor@aol.com>2011-01-12 19:00:59 +0100
committerberkeviktor@aol.com <berkeviktor@aol.com>2011-01-12 19:00:59 +0100
commit669a6a66cbf35a553e28e398a3227c748108ace0 (patch)
tree2288832c60fbcd7a1ce0f001af012d1857f6c7c0 /plugins/upd/upd.c
parenta747cf62bede35c497a16cdfcd58263304f333bd (diff)
use 1024 for buffer size, otherwise it crashes (why?)
Diffstat (limited to 'plugins/upd/upd.c')
-rw-r--r--plugins/upd/upd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/upd/upd.c b/plugins/upd/upd.c
index 2d5c3a4b..89bdcf38 100644
--- a/plugins/upd/upd.c
+++ b/plugins/upd/upd.c
@@ -1,5 +1,5 @@
 /* XChat-WDK
- * Copyright (c) 2010 Berke Viktor.
+ * Copyright (c) 2010-2011 Berke Viktor.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
@@ -91,7 +91,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.1";
+	*plugin_version = "1.2";
 
 	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\"");