Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ff555b commit f197993Copy full SHA for f197993
1 file changed
lib/core/settings.py
@@ -21,7 +21,7 @@
21
# sqlmap version and site
22
VERSION = "1.0-dev"
23
REVISION = getRevisionNumber()
24
-VERSION_STRING = "sqlmap/%s (r%s)" % (VERSION, REVISION)
+VERSION_STRING = "sqlmap/%s%s" % (VERSION, " (r%s)" % REVISION if REVISION else "")
25
DESCRIPTION = "automatic SQL injection and database takeover tool"
26
SITE = "http://www.sqlmap.org"
27
ML = "[email protected]"
0 commit comments