summaryrefslogtreecommitdiff
path: root/last_contact/LastContact.cpp
diff options
context:
space:
mode:
authorsje <sje@4f64403b-2f21-0410-a795-97e2b3489a10>2007-11-01 14:08:58 +0000
committersje <sje@4f64403b-2f21-0410-a795-97e2b3489a10>2007-11-01 14:08:58 +0000
commit3f5630dafe6657f6762e9454366a48fcbb0a99a8 (patch)
tree52d572efbfa1283709bddb31ebcefd4b12f41b0e /last_contact/LastContact.cpp
parent821fad9d438d90e0ee23587c4f3d28400cd62ab4 (diff)
changed updater beta changelog URLs due to website websvn config change
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@378 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'last_contact/LastContact.cpp')
-rw-r--r--last_contact/LastContact.cpp4
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;