File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919from lib .core .revision import getRevisionNumber
2020
2121# sqlmap version (<major>.<minor>.<month>.<monthly commit>)
22- VERSION = "1.0.5.12 "
22+ VERSION = "1.0.5.13 "
2323REVISION = getRevisionNumber ()
2424STABLE = VERSION .count ('.' ) <= 2
2525VERSION_STRING = "sqlmap/%s#%s" % (VERSION , "stable" if STABLE else "dev" )
Original file line number Diff line number Diff line change @@ -81,8 +81,7 @@ def checkEnvironment():
8181 logger .critical (errMsg )
8282 raise SystemExit
8383
84- #if distutils.version.LooseVersion(VERSION) < distutils.version.LooseVersion("1.0"):
85- if True :
84+ if distutils .version .LooseVersion (VERSION ) < distutils .version .LooseVersion ("1.0" ):
8685 errMsg = "your runtime environment (e.g. PYTHONPATH) is "
8786 errMsg += "broken. Please make sure that you are not running "
8887 errMsg += "newer versions of sqlmap with runtime scripts for older "
You can’t perform that action at this time.
0 commit comments