summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author(no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10>2010-04-10 18:39:09 +0000
committer(no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10>2010-04-10 18:39:09 +0000
commitfd215b11baee74952e38d31cc5fce3cc27b1c9fb (patch)
tree6a99c38223a0662cf6dc662154ef504f8f1e665a
parent7ff77e14ede656afce89019bc169014312fcad72 (diff)
Cosmetic changes and version bump
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@507 4f64403b-2f21-0410-a795-97e2b3489a10
-rw-r--r--updater/options.cpp1
-rw-r--r--updater/progress_dialog.cpp1
-rw-r--r--updater/socket.cpp2
-rw-r--r--updater/version.h2
4 files changed, 2 insertions, 4 deletions
diff --git a/updater/options.cpp b/updater/options.cpp
index a8b2f10..d739831 100644
--- a/updater/options.cpp
+++ b/updater/options.cpp
@@ -610,7 +610,6 @@ void LoadOptions() {
}
DBFreeVariant(&dbv);
} else {
-
_tcscpy(options.data_folder, mir_path);
_tcscat(options.data_folder, _T("\\Updater"));
_tcscat(options.data_folder, _T("\\Data"));
diff --git a/updater/progress_dialog.cpp b/updater/progress_dialog.cpp
index 64e1507..a66a6e6 100644
--- a/updater/progress_dialog.cpp
+++ b/updater/progress_dialog.cpp
@@ -8,7 +8,6 @@
#define WMU_KILLPROGRESSWINDOW (WM_USER + 0x201)
HWND hwndProgress = 0;
-//DWORD dwProgressThreadId = 0;
unsigned int dwProgressThreadId = 0;
HANDLE hProgSyncEvent = 0;
diff --git a/updater/socket.cpp b/updater/socket.cpp
index 0cbe2cd..3447efd 100644
--- a/updater/socket.cpp
+++ b/updater/socket.cpp
@@ -1,7 +1,7 @@
#include "common.h"
#include "socket.h"
-void unzip_file(TCHAR* zipfile, TCHAR* dest);
+void unzip_file(TCHAR* zipfile, TCHAR* dest);
bool GetFile(char *url, TCHAR *temp_folder, char *plugin_name, char *version, bool dlls_only, int recurse_count /*=0*/) {
if(recurse_count > MAX_REDIRECT_RECURSE) {
diff --git a/updater/version.h b/updater/version.h
index 51e7758..e8c5e9f 100644
--- a/updater/version.h
+++ b/updater/version.h
@@ -5,7 +5,7 @@
#define __MAJOR_VERSION 0
#define __MINOR_VERSION 6
#define __RELEASE_NUM 0
-#define __BUILD_NUM 3
+#define __BUILD_NUM 4
#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
#define __FILEVERSION_STRING_DOTS __MAJOR_VERSION.__MINOR_VERSION.__RELEASE_NUM.__BUILD_NUM