mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Removed REVISION, makes no sense.
Import and use python psyco library to speed up if it's installed: it's optional.
This commit is contained in:
parent
e3ddbe751f
commit
0f07e33e1a
3 changed files with 8 additions and 4 deletions
|
|
@ -30,7 +30,6 @@ import sys
|
|||
|
||||
|
||||
# sqlmap version and site
|
||||
REVISION = "$Revision$"
|
||||
VERSION = "0.6.3-rc3"
|
||||
VERSION_STRING = "sqlmap/%s" % VERSION
|
||||
SITE = "http://sqlmap.sourceforge.net"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue