aboutsummaryrefslogtreecommitdiff
path: root/src/update_check.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/update_check.c')
-rw-r--r--src/update_check.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/update_check.c b/src/update_check.c
index 2196afe9..defb4aeb 100644
--- a/src/update_check.c
+++ b/src/update_check.c
@@ -697,7 +697,7 @@ void update_check(gboolean show_dialog_always)
if (!check_url) {
#ifdef G_OS_WIN32
- g_snprintf(buf, sizeof(buf), "%s?ver=%s&os=win", VERSION_URI);
+ g_snprintf(buf, sizeof(buf), "%s?ver=%s&os=win", VERSION_URI, VERSION);
#else
if (strstr(TARGET_ALIAS, "linux"))
g_snprintf(buf, sizeof(buf), "%s?ver=%s&os=linux", VERSION_URI, VERSION);