Skip to content

Commit

Permalink
Updated to 2.7 stable
Browse files Browse the repository at this point in the history
  • Loading branch information
stasinopoulos committed Dec 18, 2018
1 parent 4179e27 commit 23cecd2
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.6-20180921"><img alt="Version 2.6" src="https://img.shields.io/badge/Version-2.6-green.svg"></a>
<a href="https://github.com/commixproject/commix/releases/tag/v2.7-20181218"><img alt="Version 2.7" src="https://img.shields.io/badge/Version-2.7-green.svg"></a>
<a href="http://www.python.org/download/"><img alt="Python 2.6-2.7" src="https://img.shields.io/badge/Python-2.6--2.7-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="http://www.twitter.com/commixproject"><img alt="Twitter" src="https://img.shields.io/badge/Twitter-@commixproject-blue.svg"></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 2.7 (upcoming)
## Version 2.7 (2018-12-18)
* Fixed: Multiple bug-fixes regarding several reported unhandled exceptions.
* Revised: The suffixes list has been shortly revised.
* Updated: With each commix run end users are obligated to agree with the "Legal disclaimer" prelude message.
Expand Down
2 changes: 1 addition & 1 deletion src/utils/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ def sys_argv_errors():
DESCRIPTION = "The command injection exploiter"
AUTHOR = "Anastasios Stasinopoulos"
VERSION_NUM = "2.7.55"
STABLE_VERSION = False
STABLE_VERSION = True
if STABLE_VERSION:
VERSION = "v" + VERSION_NUM[:3] + "-stable"
else:
Expand Down

0 comments on commit 23cecd2

Please sign in to comment.