Adding new shutils file

This commit is contained in:
Miroslav Stampar
2016-02-29 00:20:58 +01:00
parent fcf9998010
commit 73f1155847
2 changed files with 25 additions and 2 deletions

View File

@@ -20,9 +20,10 @@ from lib.core.enums import OS
from lib.core.revision import getRevisionNumber
# sqlmap version and site
VERSION = "1.0-stable"
VERSION = "1.0.0"
REVISION = getRevisionNumber()
VERSION_STRING = "sqlmap/%s" % VERSION
COMMIT_AUTOINCREMENT = 2
VERSION_STRING = "sqlmap/%s.%d" % (VERSION, COMMIT_AUTOINCREMENT)
DESCRIPTION = "automatic SQL injection and database takeover tool"
SITE = "http://sqlmap.org"
ISSUES_PAGE = "https://github.com/sqlmapproject/sqlmap/issues/new"