Skip to content

Commit

Permalink
Updated to 3.0-stable
Browse files Browse the repository at this point in the history
  • Loading branch information
stasinopoulos committed Nov 11, 2019
1 parent 871c3af commit 1fc7f9b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<img alt="CommixProject" src="https://camo.githubusercontent.com/41258687d868cf76951a37f6be7961c4c862dfb3/687474703a2f2f692e696d6775722e636f6d2f6c4b6762336c712e706e67" height="142" />
<p align="center">
<a href="https://api.travis-ci.org/commixproject/commix"><img alt="Build Status" src="https://api.travis-ci.org/commixproject/commix.svg?branch=master"></a>
<a href="https://github.com/commixproject/commix/releases/tag/v2.9-20190626"><img alt="Version 2.9" src="https://img.shields.io/badge/version-2.9-green.svg"></a>
<a href="https://github.com/commixproject/commix/releases/tag/v3.0-20191111"><img alt="Version 3.0" src="https://img.shields.io/badge/version-3.0-green.svg"></a>
<a href="http://www.python.org/download/"><img alt="Python 2.6|2.7|3.x" src="https://img.shields.io/badge/python-2.6|2.7|3.x-yellow.svg"></a>
<a href="https://github.com/commixproject/commix/blob/master/readme/COPYING"><img alt="GPLv3 License" src="https://img.shields.io/badge/license-GPLv3-red.svg"></a>
<a href="https://github.com/sqlmapproject/sqlmap/issues?q=is%3Aissue+is%3Aclosed"><img alt="GitHub closed issues" src="https://img.shields.io/github/issues-closed-raw/commixproject/commix.svg?colorB=ff0000"></a>
Expand Down
2 changes: 1 addition & 1 deletion readme/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Version 3.0 (upcoming)
## Version 3.0 (2019-11-11)
* Fixed: Multiple bug-fixes regarding several reported unhandled exceptions.
* Revised: Improvement regarding identifying the indicated web-page charset.
* Added: Support for Python 3.x
Expand Down
2 changes: 1 addition & 1 deletion src/utils/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ def sys_argv_errors():
DESCRIPTION = "The command injection exploiter"
AUTHOR = "Anastasios Stasinopoulos"
VERSION_NUM = "3.0.66"
STABLE_VERSION = False
STABLE_VERSION = True
if STABLE_VERSION:
VERSION = "v" + VERSION_NUM[:3] + "-stable"
else:
Expand Down

0 comments on commit 1fc7f9b

Please sign in to comment.