Skip to content

Commit c66607c

Browse files
committed
Merge pull request #1735 from sqlmapproject/1.0
Adjusting version number
2 parents f190327 + adfcb1a commit c66607c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/core/settings.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
from lib.core.revision import getRevisionNumber
2121

2222
# sqlmap version and site
23-
VERSION = "1.0-dev"
23+
VERSION = "1.0-stable"
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" % VERSION
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)