summary refs log tree commit diff stats
path: root/plugins/upd
diff options
context:
space:
mode:
authorBerke Viktor <berkeviktor@aol.com>2011-08-09 14:05:57 +0200
committerBerke Viktor <berkeviktor@aol.com>2011-08-09 14:05:57 +0200
commit162fc1ead323cef91079ba5be9f47d99b3ca39d4 (patch)
tree5d4c001ee1f9afe86d887825a54e70309802a91b /plugins/upd
parent1e74680172e4ff43fb109557bea87d090d8376c2 (diff)
update the update checker to use our shiny new git repo
Diffstat (limited to 'plugins/upd')
-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 a3a6acc4..724b37c1 100644
--- a/plugins/upd/upd.c
+++ b/plugins/upd/upd.c
@@ -42,7 +42,7 @@ check_version ()
 		return "Unknown";
 	}
 
-	hFile = InternetOpenUrl (hINet, "http://xchat-wdk.googlecode.com/hg/version.txt?r=wdk", NULL, 0, 0, 0);
+	hFile = InternetOpenUrl (hINet, "http://xchat-wdk.googlecode.com/git/version.txt?r=wdk", NULL, 0, 0, 0);
 	
 	if (hFile)
 	{
@@ -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.3";
+	*plugin_version = "1.4";
 
 	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\"");