summaryrefslogtreecommitdiff
path: root/otr
diff options
context:
space:
mode:
Diffstat (limited to 'otr')
-rw-r--r--otr/dllmain.cpp1
-rw-r--r--otr/otr_private.h2
2 files changed, 2 insertions, 1 deletions
diff --git a/otr/dllmain.cpp b/otr/dllmain.cpp
index b6291cf..57c42df 100644
--- a/otr/dllmain.cpp
+++ b/otr/dllmain.cpp
@@ -1191,6 +1191,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=%2Fotr%2F&rev=0&sc=0&isdir=1";
update.szUpdateURL = UPDATER_AUTOREGISTER;
diff --git a/otr/otr_private.h b/otr/otr_private.h
index fdc2777..9d306d5 100644
--- a/otr/otr_private.h
+++ b/otr/otr_private.h
@@ -5,7 +5,7 @@
#define VER_MAJOR 0
#define VER_MINOR 5
#define VER_RELEASE 7
-#define VER_BUILD 0
+#define VER_BUILD 1
#define __STRINGIZE(x) #x
#define VER_STRING __STRINGIZE( VER_MAJOR.VER_MINOR.VER_RELEASE.VER_BUILD )