Commit be738a52 by devttys0

Updated version to 2.2.0

parent 64201acf
...@@ -8,7 +8,7 @@ from distutils.core import setup, Command ...@@ -8,7 +8,7 @@ from distutils.core import setup, Command
from distutils.dir_util import remove_tree from distutils.dir_util import remove_tree
MODULE_NAME = "binwalk" MODULE_NAME = "binwalk"
MODULE_VERSION = "2.1.2" MODULE_VERSION = "2.2.0"
SCRIPT_NAME = MODULE_NAME SCRIPT_NAME = MODULE_NAME
MODULE_DIRECTORY = os.path.dirname(os.path.realpath(__file__)) MODULE_DIRECTORY = os.path.dirname(os.path.realpath(__file__))
VERSION_FILE = os.path.join(MODULE_DIRECTORY, "src", "binwalk", "core", "version.py") VERSION_FILE = os.path.join(MODULE_DIRECTORY, "src", "binwalk", "core", "version.py")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment