diff options
Diffstat (limited to 'last_contact/LastContact.cpp')
-rw-r--r-- | last_contact/LastContact.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/last_contact/LastContact.cpp b/last_contact/LastContact.cpp index 9366daf..12a412e 100644 --- a/last_contact/LastContact.cpp +++ b/last_contact/LastContact.cpp @@ -54,7 +54,7 @@ void stack_update(MessageWindowEventData *data) { PLUGININFOEX pluginInfo={
sizeof(PLUGININFOEX),
MODULE,
- PLUGIN_MAKE_VERSION(0,0,2,3),
+ PLUGIN_MAKE_VERSION(0,0,2,4),
"Re-open the last open message window using a configurable hot key.",
"Scott Ellis",
"mail@scottellis.com.au",
@@ -171,7 +171,7 @@ int ModulesLoaded(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=%2Flast_contact%2F&rev=0&sc=0&isdir=1";
+ update.szBetaChangelogURL = "https://server.scottellis.com.au/wsvn/mim_plugs/last_contact/?op=log&rev=0&sc=0&isdir=1";
update.szUpdateURL = UPDATER_AUTOREGISTER;
|