Skip to content

Commit

Permalink
Release 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nsurbay committed Jan 26, 2023
1 parent a36169a commit db55fe7
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion cmake/QBDIConfig.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ endif()
set(QBDI_VERSION_MAJOR 0)
set(QBDI_VERSION_MINOR 10)
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}")
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.10.0_devel
pkgver=0.10.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.10.0_devel
pkgver=0.10.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.10.0-devel"
QBDI_VERSION="0.10.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.10.0
--------------

2023-01-XX QBDI Team <qbdi@quarkslab.com>
2023-01-26 QBDI Team <qbdi@quarkslab.com>

* Fix Ubuntu package (`#217 <https://github.com/QBDI/QBDI/pull/217>`__)
* Support ARMv7 and AArch64 architecture (`#222 <https://github.com/QBDI/QBDI/pull/222>`__)
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = PyQBDI
version = 0.10.0b0
version = 0.10.0
description = Python binding for QBDI
long_description = file: README-pypi.rst
long_description_content_type = text/x-rst
Expand Down

0 comments on commit db55fe7

Please sign in to comment.