mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
Show also SVN revision in error message when a traceback raises.
Fix typo.
This commit is contained in:
@@ -30,7 +30,8 @@ import sys
|
||||
|
||||
|
||||
# sqlmap version and site
|
||||
VERSION = "0.6.3-rc2"
|
||||
REVISION = "$Revision$"
|
||||
VERSION = "0.6.3-rc3"
|
||||
VERSION_STRING = "sqlmap/%s" % VERSION
|
||||
SITE = "http://sqlmap.sourceforge.net"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user