cutting for 0.9 stable

This commit is contained in:
Bernardo Damele 2011-04-11 00:24:51 +00:00
parent 2f8ddd156c
commit 07d6b18c4e

View File

@ -17,7 +17,7 @@ from lib.core.enums import PLACE
from lib.core.revision import getRevisionNumber
# sqlmap version and site
VERSION = "0.9-dev"
VERSION = "0.9"
REVISION = getRevisionNumber()
VERSION_STRING = "sqlmap/%s" % VERSION
DESCRIPTION = "automatic SQL injection and database takeover tool"