Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6b40e0a

Browse files
committed
Minor style update (nongit-version)
1 parent 85b35f4 commit 6b40e0a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/core/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
# sqlmap version and site
2323
VERSION = "1.0-dev"
2424
REVISION = getRevisionNumber()
25-
VERSION_STRING = "sqlmap/%s%s" % (VERSION, "-%s" % REVISION if REVISION else "-nongit-%s%04x" % (time.strftime("%Y%m%d", time.gmtime(os.path.getmtime(__file__))), os.path.getsize(os.path.join(os.path.dirname(__file__), "common.py")) & 0xffff))
25+
VERSION_STRING = "sqlmap/%s%s" % (VERSION, "-%s" % REVISION if REVISION else "-nongit-%s-%04x" % (time.strftime("%Y%m%d", time.gmtime(os.path.getmtime(__file__))), os.path.getsize(os.path.join(os.path.dirname(__file__), "common.py")) & 0xffff))
2626
DESCRIPTION = "automatic SQL injection and database takeover tool"
2727
SITE = "http://sqlmap.org"
2828
ISSUES_PAGE = "https://github.com/sqlmapproject/sqlmap/issues/new"

0 commit comments

Comments
 (0)