Update version number to 0.9.1

This commit is contained in:
Rot127 2026-06-27 12:41:34 +02:00 committed by Rot127
parent 81028bf12f
commit fad382694f
2 changed files with 5 additions and 5 deletions

View file

@ -1,5 +1,5 @@
project('rizin', 'c',
version: 'v0.9.0',
version: 'v0.9.1',
license: 'LGPL-3.0-only',
meson_version: '>=0.58.0',
default_options: [
@ -513,8 +513,8 @@ foreach it : ccs
# --no-copy-dt-needed-entries) also refuses to resolve the symbol through the
# dropped library's own DT_NEEDED entry. Linking the rizin tools against the
# rizin shared libraries therefore fails with:
# librz_main.so.0.9.0: undefined reference to symbol 'rz_buf_size'
# librz_util.so.0.9.0: could not read symbols: Invalid operation
# librz_main.so.0.9.1: undefined reference to symbol 'rz_buf_size'
# librz_util.so.0.9.1: could not read symbols: Invalid operation
# even though librz_util, which defines the symbol, is already on the link
# line. Disable --as-needed for these old linkers so the indirectly-needed
# libraries stay on the link line and resolve directly; newer linkers handle

View file

@ -2,7 +2,7 @@
# SPDX-License-Identifier: LGPL-3.0-only
name: rizin
version: '0.9.0'
version: '0.9.1'
base: core18
summary: Rizin reverse engineering framework and tool
description: |
@ -58,7 +58,7 @@ apps:
parts:
rizin:
source: https://github.com/rizinorg/rizin.git
source-tag: '0.9.0'
source-tag: '0.9.1'
plugin: meson
meson-parameters: [--prefix=/usr]
override-build: |