Skip to content

Commit

Permalink
Increased version number
Browse files Browse the repository at this point in the history
GUI: Be sure that multimatch choosers are also updated after importing.
  • Loading branch information
joxeankoret committed Jul 15, 2024
1 parent 25680ed commit 3227da8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion diaphora.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
sys.set_int_max_str_digits(0)

#-------------------------------------------------------------------------------
VERSION_VALUE = "3.2.0"
VERSION_VALUE = "3.2.1"
COPYRIGHT_VALUE = "Copyright(c) 2015-2024 Joxean Koret"

ITEM_MAIN_EA = 0
Expand Down
1 change: 1 addition & 0 deletions diaphora_ida.py
Original file line number Diff line number Diff line change
Expand Up @@ -2195,6 +2195,7 @@ def update_choosers(self):
self.best_chooser,
self.partial_chooser,
self.unreliable_chooser,
self.multimatch_chooser
]:
for i, item in enumerate(chooser.items):
ea = int(item[1], 16)
Expand Down

0 comments on commit 3227da8

Please sign in to comment.