Skip to content

Commit

Permalink
Set Version to 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nsurbay committed Feb 11, 2021
1 parent ad2d54c commit d658dca
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 10 deletions.
4 changes: 2 additions & 2 deletions cmake/QBDIConfig.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ endif()
# - tools/frida-qbdi.js
set(QBDI_VERSION_MAJOR 0)
set(QBDI_VERSION_MINOR 8)
set(QBDI_VERSION_PATCH 1)
set(QBDI_VERSION_DEV 1)
set(QBDI_VERSION_PATCH 0)
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.1_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.1_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.1_devel"
QBDI_VERSION="0.8.0"
DOCKERHUB_REPO="qbdi/qbdi"
DOCKER_BUILD_DIR="/home/docker/qbdi/build"

Expand Down
3 changes: 0 additions & 3 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
CHANGELOG
=========

Next Release
------------

Version 0.8.0
-------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def build_extension(self, ext):

setup(
name='PyQBDI',
version='0.8.1b0',
version='0.8.0',
author='Nicolas Surbayrole',
license = "apache2",
author_email='qbdi@quarkslab.com',
Expand Down
2 changes: 1 addition & 1 deletion tools/frida-qbdi.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
*/
var QBDI_MAJOR = 0;
var QBDI_MINOR = 8;
var QBDI_PATCH = 1;
var QBDI_PATCH = 0;
/**
* Minimum version of QBDI to use Frida bindings
*/
Expand Down

0 comments on commit d658dca

Please sign in to comment.