Skip to content

Commit 7a38098

Browse files
author
cfarmer
committed
Fix minimum version error
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@10424 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 2acb822 commit 7a38098

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/plugins/fTools/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def version():
2424
return "0.5.8"
2525

2626
def qgisMinimumVersion():
27-
return "1"
27+
return "1.0"
2828

2929
def authorName():
3030
return "Carson J. Q. Farmer"

0 commit comments

Comments
 (0)