mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 09:36:35 +03:00
Increased version to 0.9-dev
This commit is contained in:
parent
5063401130
commit
7f5bc5e3fe
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user