Show also SVN revision in error message when a traceback raises.

Fix typo.
This commit is contained in:
Bernardo Damele
2008-12-01 23:49:14 +00:00
parent e75487a26c
commit f97585c593
3 changed files with 6 additions and 3 deletions

View File

@@ -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"