Skip to content

Commit

Permalink
Version 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
corna committed Mar 31, 2018
1 parent 19eb7d0 commit d5b0806
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion me_cleaner.py
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ def start_end_to_flreg(start, end):
bw_list = parser.add_mutually_exclusive_group()

parser.add_argument("-v", "--version", action="version",
version="%(prog)s 1.1")
version="%(prog)s 1.2")

parser.add_argument("file", help="ME/TXE image or full dump")
parser.add_argument("-O", "--output", metavar='output_file', help="save "
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name="me_cleaner",
version="1.1",
version="1.2",
description="Tool for partial deblobbing of Intel ME/TXE firmware images",
url="https://github.com/corna/me_cleaner",
author="Nicola Corna",
Expand Down

1 comment on commit d5b0806

@GarmentXEX
Copy link

@GarmentXEX GarmentXEX commented on d5b0806 Jun 19, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks a lot Corna!

By the way Corna, Github is being purchased by Microsoft! You should migrate your software somewhere else!
They will fully acquire the site by the end of this year! Full details underneath:
https://www.youtube.com/watch?v=7c4ZMlXRQF0

Please sign in to comment.