From 341c039e3e693f03ba4ab9f2c2e17b5ee8b3d74e Mon Sep 17 00:00:00 2001 From: Anastasios Stasinopoulos Date: Fri, 3 Feb 2017 08:06:34 +0200 Subject: [PATCH] Updated to 1.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 cfc1918b0d..f810761eda 100755 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ [![Logo](https://camo.githubusercontent.com/41258687d868cf76951a37f6be7961c4c862dfb3/687474703a2f2f692e696d6775722e636f6d2f6c4b6762336c712e706e67)](http://commixproject.com) [![Build Status](https://api.travis-ci.org/commixproject/commix.svg?branch=master)](https://api.travis-ci.org/commixproject/commix) -[![Version 1.6](https://img.shields.io/badge/Version-1.6-green.svg)](https://github.com/commixproject/commix/releases/tag/v1.6-20161228) +[![Version 1.7](https://img.shields.io/badge/Version-1.7-green.svg)](https://github.com/commixproject/commix/releases/tag/v1.7-20170203) [![Python 2.6-2.7](https://img.shields.io/badge/Python-2.6--2.7-yellow.svg)](http://www.python.org/download/) [![GPLv3 License](https://img.shields.io/badge/License-GPLv3-red.svg)](https://github.com/commixproject/commix/blob/master/readme/COPYING) [![Twitter](https://img.shields.io/badge/Twitter-@commixproject-blue.svg)](http://www.twitter.com/commixproject) diff --git a/readme/CHANGELOG.md b/readme/CHANGELOG.md index 834b0d4708..676a69cb63 100755 --- a/readme/CHANGELOG.md +++ b/readme/CHANGELOG.md @@ -1,4 +1,4 @@ -## Version 1.7 (upcoming) +## Version 1.7 (2017-02-03) * Fixed: Minor improvement regarding unverified SSL context(s). * Added: New values ("URIPATH", "SRVPORT") have been added to "Set" option. * Revised: Minor improvements regarding "reverse_tcp" and "bind_tcp" shell options. diff --git a/src/utils/settings.py b/src/utils/settings.py index e6ce86b6cc..df23897a62 100755 --- a/src/utils/settings.py +++ b/src/utils/settings.py @@ -107,7 +107,7 @@ def print_question_msg(question_msg): DESCRIPTION = "The command injection exploiter" AUTHOR = "Anastasios Stasinopoulos" VERSION_NUM = "1.7.26" -STABLE_VERSION = False +STABLE_VERSION = True if STABLE_VERSION: VERSION = "v" + VERSION_NUM[:3] + "-stable" else: