From 62425a5000fd67ba9b8fc8d933a211f876bbca9b Mon Sep 17 00:00:00 2001 From: micio Date: Sat, 15 Jan 2011 21:44:18 +0000 Subject: [PATCH] Bazaar/UpdaterTest : fix on maximum version git-svn-id: svn://ultimatepp.org/upp/trunk@3012 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- bazaar/UpdaterTest/UpdaterTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bazaar/UpdaterTest/UpdaterTest.cpp b/bazaar/UpdaterTest/UpdaterTest.cpp index 37daf00ba..b054653ea 100644 --- a/bazaar/UpdaterTest/UpdaterTest.cpp +++ b/bazaar/UpdaterTest/UpdaterTest.cpp @@ -2,7 +2,7 @@ double GetMaxVersion(void) { - return 1.0; + return 1.6; } GUI_APP_MAIN