Set rizin version to 0.10.0 (#6656)

1.0 does not automatically follow after 0.9
This commit is contained in:
Florian Märkl 2026-08-02 20:38:57 +02:00 committed by GitHub
parent 79a3b8c41f
commit 136a337e1c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
project('rizin', 'c',
version: 'v1.0.0',
version: 'v0.10.0',
license: 'LGPL-3.0-only',
meson_version: '>=0.58.0',
default_options: [

View file

@ -2,7 +2,7 @@
# SPDX-License-Identifier: LGPL-3.0-only
name: rizin
version: '1.0.0'
version: '0.10.0'
base: core18
summary: Rizin reverse engineering framework and tool
description: |