mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-31 06:12:22 -06:00
Bazaar/UpdaterTest : fix on maximum version
git-svn-id: svn://ultimatepp.org/upp/trunk@3012 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
43b5d1d91c
commit
62425a5000
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
double GetMaxVersion(void)
|
||||
{
|
||||
return 1.0;
|
||||
return 1.6;
|
||||
}
|
||||
|
||||
GUI_APP_MAIN
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue