We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 436d87d commit 527dcceCopy full SHA for 527dcce
1 file changed
lib/core/settings.py
@@ -20,7 +20,7 @@
20
# sqlmap version and site
21
VERSION = "1.0-dev"
22
REVISION = getRevisionNumber()
23
-VERSION_STRING = "sqlmap/%s%s" % (VERSION, "-%s" % REVISION if REVISION else "-nongit-%s" % time.strftime("%Y%m%d", time.gmtime(os.path.getctime(__file__))))
+VERSION_STRING = "sqlmap/%s%s" % (VERSION, "-%s" % REVISION if REVISION else "-nongit-%s" % time.strftime("%Y%m%d", time.gmtime(os.path.getmtime(__file__))))
24
DESCRIPTION = "automatic SQL injection and database takeover tool"
25
SITE = "http://sqlmap.org"
26
ISSUES_PAGE = "https://github.com/sqlmapproject/sqlmap/issues/new"
0 commit comments