Minor adjustment to reflect Metasploit r6849 (http://trac.metasploit.com/changeset/6849) and minor code refactoring.

This commit is contained in:
Bernardo Damele
2009-07-20 14:36:33 +00:00
parent 8096a37940
commit b4fd71e8b9
3 changed files with 20 additions and 8 deletions

View File

@@ -30,7 +30,7 @@ import sys
# sqlmap version and site
VERSION = "0.7rc4"
VERSION = "0.7rc5"
VERSION_STRING = "sqlmap/%s" % VERSION
SITE = "http://sqlmap.sourceforge.net"