Skip to content

Commit 1fc2bd1

Browse files
author
cfarmer
committedFeb 28, 2011
Increases QGIS minimum version, and increases fTools version
git-svn-id: http://svn.osgeo.org/qgis/trunk@15291 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 84bab93 commit 1fc2bd1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎python/plugins/fTools/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ def description():
2121
return "Tools for vector data analysis and management"
2222

2323
def version():
24-
return "0.5.10"
24+
return "0.6"
2525

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

2929
def icon():
3030
return "icons/logo_small.png"

0 commit comments

Comments
 (0)
Please sign in to comment.