Increased version to 0.9-dev

This commit is contained in:
Bernardo Damele 2010-03-15 11:04:57 +00:00
parent 5063401130
commit 7f5bc5e3fe
2 changed files with 2 additions and 2 deletions

View File

@ -79,7 +79,7 @@ Giorgio Fedon <giorgio.fedon@gmail.com>
for reporting a bug when running against Microsoft SQL Server 2005
Kasper Fons <thefeds@mail.dk>
for reporting a bug
for reporting a few bugs
Alan Franzoni <alan.franzoni@gmail.com>
for helping me out with Python subprocess library

View File

@ -27,7 +27,7 @@ import subprocess
import sys
# sqlmap version and site
VERSION = "0.8"
VERSION = "0.9-dev"
VERSION_STRING = "sqlmap/%s" % VERSION
DESCRIPTION = "automatic SQL injection and database takeover tool"
SITE = "http://sqlmap.sourceforge.net"