mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Fix minimum version error
git-svn-id: http://svn.osgeo.org/qgis/trunk@10424 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
7a3f36c592
commit
4e049f7490
@ -24,7 +24,7 @@ def version():
|
||||
return "0.5.8"
|
||||
|
||||
def qgisMinimumVersion():
|
||||
return "1"
|
||||
return "1.0"
|
||||
|
||||
def authorName():
|
||||
return "Carson J. Q. Farmer"
|
||||
|
Loading…
x
Reference in New Issue
Block a user