mirror of
https://github.com/JonathanSalwan/ROPgadget
synced 2026-06-08 11:25:23 +00:00
Fix some version number
This commit is contained in:
@@ -11,6 +11,6 @@
|
||||
## (at your option) any later version.
|
||||
|
||||
MAJOR_VERSION = 5
|
||||
MINOR_VERSION = 4
|
||||
MINOR_VERSION = 5
|
||||
PYROPGADGET_VERSION = "ROPgadget v%d.%d" %(MAJOR_VERSION, MINOR_VERSION)
|
||||
|
||||
|
||||
@@ -42,7 +42,7 @@ for dirpath, dirnames, filenames in os.walk(package_dir):
|
||||
elif filenames:
|
||||
data_files.append([dirpath, [os.path.join(dirpath, f) for f in filenames]])
|
||||
|
||||
version = "5.4"
|
||||
version = "5.5"
|
||||
|
||||
setup(
|
||||
name = package_name,
|
||||
@@ -52,7 +52,6 @@ setup(
|
||||
license = "GLPv2",
|
||||
author = "Jonathan Salwan",
|
||||
author_email = "jonathan.salwan@gmail.com",
|
||||
install_requires = ['capstone'],
|
||||
url = "https://github.com/JonathanSalwan/ROPgadget",
|
||||
scripts = ['scripts/ROPgadget'],
|
||||
classifiers = [
|
||||
|
||||
Reference in New Issue
Block a user