Preparing to release sqlmap 0.7 stable

This commit is contained in:
Bernardo Damele
2009-07-24 23:20:57 +00:00
parent 3d4bfb3263
commit b2b2ec8a26
2 changed files with 25 additions and 1 deletions

View File

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