diff options
Diffstat (limited to 'ping/ping.cpp')
-rw-r--r-- | ping/ping.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ping/ping.cpp b/ping/ping.cpp index 9623fcd..bdab479 100644 --- a/ping/ping.cpp +++ b/ping/ping.cpp @@ -13,7 +13,7 @@ bool use_raw_ping = true; PLUGININFOEX pluginInfo={
sizeof(PLUGININFOEX),
"Ping Plugin",
- PLUGIN_MAKE_VERSION(0, 9, 1, 0),
+ PLUGIN_MAKE_VERSION(0, 9, 1, 1),
"Ping labelled IP addresses or domain names.",
"Scott Ellis",
"mail@scottellis.com.au",
@@ -106,7 +106,7 @@ int OnModulesLoaded(WPARAM wParam, LPARAM lParam) { update.szComponentName = pluginInfo.shortName;
update.pbVersion = (BYTE *)CreateVersionString(pluginInfo.version, szVersion);
update.cpbVersion = strlen((char *)update.pbVersion);
- update.szBetaChangelogURL = "https://server.scottellis.com.au/websvn/log.php?repname=Miranda+Plugins&path=%2Fping%2F&rev=0&sc=0&isdir=1";
+ update.szBetaChangelogURL = "https://server.scottellis.com.au/wsvn/mim_plugs/ping/?op=log&rev=0&sc=0&isdir=1";
update.szUpdateURL = UPDATER_AUTOREGISTER;
|