From e760bf3a5eeee29adc533fb39ff9196784cb6fbf Mon Sep 17 00:00:00 2001 From: Dan Hasting Date: Mon, 4 May 2015 11:16:41 -0400 Subject: [PATCH] Bump version --- src/global.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/global.h b/src/global.h index d19ae1f..c2f05fd 100644 --- a/src/global.h +++ b/src/global.h @@ -35,7 +35,7 @@ #include -const QString Version = "1.6"; +const QString Version = "1.7"; #ifdef Q_OS_WIN #define SETTINGS QSettings("mupen64plus-qt.ini", QSettings::IniFormat)