Skip to content

Commit

Permalink
New version 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nsurbay committed Feb 11, 2021
1 parent 604562a commit 4635d4b
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion cmake/QBDIConfig.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ endif()
set(QBDI_VERSION_MAJOR 0)
set(QBDI_VERSION_MINOR 8)
set(QBDI_VERSION_PATCH 0)
set(QBDI_VERSION_DEV 1)
set(QBDI_VERSION_DEV 0)

set(QBDI_VERSION_STRING "${QBDI_VERSION_MAJOR}.${QBDI_VERSION_MINOR}.${QBDI_VERSION_PATCH}")
if (QBDI_VERSION_DEV)
Expand Down
2 changes: 1 addition & 1 deletion docker/archlinux/PKGBUILD.X86
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Maintainer: QBDI Team <qbdi@quarkslab.com>

pkgname=QBDI-X86
pkgver=0.8.0_devel
pkgver=0.8.0
pkgrel=1
epoch=
pkgdesc="QuarkslaB Dynamic binary Instrumentation for linux-X86"
Expand Down
2 changes: 1 addition & 1 deletion docker/archlinux/PKGBUILD.X86_64
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Maintainer: QBDI Team <qbdi@quarkslab.com>

pkgname=QBDI-X86_64
pkgver=0.8.0_devel
pkgver=0.8.0
pkgrel=1
epoch=
pkgdesc="QuarkslaB Dynamic binary Instrumentation for linux-X86_64"
Expand Down
2 changes: 1 addition & 1 deletion docker/common.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

QBDI_VERSION="0.8.0-devel"
QBDI_VERSION="0.8.0"
DOCKERHUB_REPO="qbdi/qbdi"
DOCKER_BUILD_DIR="/home/docker/qbdi/build"

Expand Down
2 changes: 1 addition & 1 deletion docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ CHANGELOG
Version 0.8.0
-------------

2021-02-XX QBDI Team <qbdi@quarkslab.com>
2021-02-11 QBDI Team <qbdi@quarkslab.com>

* Fix android compilation (`#126 <https://github.com/QBDI/QBDI/pull/126>`_)
* Fix instrumentation of Pusha and Popa on X86 (`#127 <https://github.com/QBDI/QBDI/pull/127>`_)
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,15 +100,15 @@ def build_extension(self, ext):

setup(
name='PyQBDI',
version='0.8.0b0',
version='0.8.0',
author='Nicolas Surbayrole',
license = "apache2",
author_email='qbdi@quarkslab.com',
description='Python binding for QBDI',
long_description=long_description,
long_description_content_type="text/x-rst",
classifiers=[
"Development Status :: 4 - Beta",
"Development Status :: 5 - Production/Stable",
"License :: OSI Approved :: Apache Software License",
"Operating System :: Microsoft :: Windows",
"Operating System :: MacOS",
Expand Down

0 comments on commit 4635d4b

Please sign in to comment.