Skip to content

Commit

Permalink
3.4.4271 support
Browse files Browse the repository at this point in the history
  • Loading branch information
rikodot committed May 4, 2023
1 parent 78caa7b commit 23fcf15
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,14 @@
('3.1.3469', '3.1.3469', '3469sigscan.dll'),
('3.2.3814', '3.2.3814', '3814sigscan.dll'),
('3.3.3996', '3.3.3996', '3996sigscan.dll'),
('3.4.4271', '3.4.4271', '4203sigscan.dll'),
('DEV', 'DEV', '4203sigscan.dll')
]
linux_files = [
('3.1.3469', '3.1.3469', '3469libsigscan.so'),
('3.2.3814', '3.2.3814', '3814libsigscan.so'),
('3.3.3996', '3.3.3996', '3996libsigscan.so'),
('3.4.4271', '3.4.4271', '4203libsigscan.so'),
('DEV', 'DEV', '4203libsigscan.so')
]
darwin_files = []
Expand Down

1 comment on commit 23fcf15

@psifertex
Copy link

Choose a reason for hiding this comment

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

Thanks for the fast update!

Please sign in to comment.