Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
binwalk
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fact-depend
binwalk
Commits
1f775e31
Commit
1f775e31
authored
9 years ago
by
Craig Heffner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated version number
parent
41d8cd32
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
setup.py
setup.py
+1
-1
settings.py
src/binwalk/core/settings.py
+1
-1
No files found.
setup.py
View file @
1f775e31
...
...
@@ -201,7 +201,7 @@ for data_dir in ["magic", "config", "plugins", "modules", "core"]:
# Install the module, script, and support files
setup
(
name
=
MODULE_NAME
,
version
=
"2.1.
1
"
,
version
=
"2.1.
2b
"
,
description
=
"Firmware analysis tool"
,
author
=
"Craig Heffner"
,
url
=
"https://github.com/devttys0/
%
s"
%
MODULE_NAME
,
...
...
This diff is collapsed.
Click to expand it.
src/binwalk/core/settings.py
View file @
1f775e31
...
...
@@ -17,7 +17,7 @@ class Settings:
o PLUGINS - Path to the plugins directory.
'''
# Release version
VERSION
=
"2.1.
1
"
VERSION
=
"2.1.
2b
"
# Sub directories
BINWALK_USER_DIR
=
".binwalk"
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment