1
0
mirror of https://github.com/bitdefender/bddisasm.git synced 2024-11-14 03:19:24 +00:00

Fixed pybddisasm build.

This commit is contained in:
Andrei Vlad LUTAS 2020-08-11 09:37:10 +03:00
parent 1d43b7b1ba
commit 79ee40b113

View File

@ -12,7 +12,7 @@ from setuptools import find_packages, setup, Command, Extension, Distribution
from codecs import open
VERSION = (0, 1, 2)
LIBRARY_VERSION = (1, 28, 0)
LIBRARY_VERSION = (1, 28, 1)
LIBRARY_INSTRUX_SIZE = 856
packages = ['pybddisasm']