From 23cecd2f6d421bacd7566e4e1766e5bef43dc1b4 Mon Sep 17 00:00:00 2001 From: stasinopoulos Date: Tue, 18 Dec 2018 07:40:06 +0200 Subject: [PATCH] Updated to 2.7 stable --- README.md | 2 +- readme/CHANGELOG.md | 2 +- src/utils/settings.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 62c154e5c8..e9ec5ce240 100755 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ CommixProject

Build Status - Version 2.6 + Version 2.7 Python 2.6-2.7 GPLv3 License Twitter diff --git a/readme/CHANGELOG.md b/readme/CHANGELOG.md index 8aaf7e1058..5bd71c355f 100755 --- a/readme/CHANGELOG.md +++ b/readme/CHANGELOG.md @@ -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. diff --git a/src/utils/settings.py b/src/utils/settings.py index fe81752702..d2551b6efa 100755 --- a/src/utils/settings.py +++ b/src/utils/settings.py @@ -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: