From 136a337e1c40236723a58ccca6549aa577e8aaa5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=A4rkl?= Date: Sun, 2 Aug 2026 20:38:57 +0200 Subject: [PATCH] Set rizin version to 0.10.0 (#6656) 1.0 does not automatically follow after 0.9 --- meson.build | 2 +- snapcraft.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meson.build b/meson.build index eace46c589..64893c0b89 100644 --- a/meson.build +++ b/meson.build @@ -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: [ diff --git a/snapcraft.yaml b/snapcraft.yaml index 2df87fa909..a7e3209ebd 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -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: |