Skip to content

Commit

Permalink
Merge pull request JonathanSalwan#151 from SweetVishnya/v5.9
Browse files Browse the repository at this point in the history
Add version 5.9
  • Loading branch information
JonathanSalwan authored Oct 29, 2019
2 parents 965c022 + 472f1fe commit 732d9ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions ropgadget/version.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
## -*- coding: utf-8 -*-
##
## Jonathan Salwan - 2014-05-12 - ROPgadget tool
##
##
## http://twitter.com/JonathanSalwan
## http://shell-storm.org/project/ROPgadget/
##
##

MAJOR_VERSION = 5
MINOR_VERSION = 8
MINOR_VERSION = 9
PYROPGADGET_VERSION = "ROPgadget v%d.%d" %(MAJOR_VERSION, MINOR_VERSION)

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def fullsplit(path, result=None):
elif filenames:
data_files.append([dirpath, [os.path.join(dirpath, f) for f in filenames]])

version = "5.8"
version = "5.9"

setup(
name = package_name,
Expand Down

0 comments on commit 732d9ba

Please sign in to comment.