fix fTools version to avoid conflicts with version from Carson's repo

This commit is contained in:
Alexander Bruy 2012-06-07 14:58:07 +03:00
parent 78701d8fb4
commit 21ce807fc7

View File

@ -38,7 +38,7 @@ def category():
return "Vector"
def version():
return "0.6.1"
return "0.6.2"
def qgisMinimumVersion():
return "1.4"