Skip to content
This repository has been archived by the owner on Jun 15, 2022. It is now read-only.

Commit

Permalink
bump to 34
Browse files Browse the repository at this point in the history
  • Loading branch information
armijnhemel committed Nov 30, 2016
1 parent ba6973c commit 2a7aab1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/bat-scan
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import bat.bruteforcescan
import datetime

def main(argv):
batversion = 33
batversion = 34
config = ConfigParser.ConfigParser()
parser = OptionParser()
parser.add_option("-b", "--binary", action="store", dest="fw", help="path to binary file", metavar="FILE")
Expand Down
8 changes: 8 additions & 0 deletions src/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
bat (34.0) unstable; urgency=high

* prevent crash in gzip crc checking
* make tag filtering more granular (example: filter when tags are added as
well)

-- Armijn Hemel <[email protected]> Wed, 30 Nov 2016 02:45:40 +0100

bat (33.0) unstable; urgency=high

* add support for OAT variant
Expand Down
2 changes: 1 addition & 1 deletion src/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import os.path

setup(name='bat',
version='33.0',
version='34.0',
description='Binary Analysis Tool',
author='Binary Analysis Project',
author_email='[email protected]',
Expand Down

0 comments on commit 2a7aab1

Please sign in to comment.