Bump version to v0.7.4

This commit is contained in:
Anton Kochkov 2024-11-24 18:02:16 +08:00 committed by Anton Kochkov
parent 6ea52c5119
commit f1701ed701
2 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
project('rizin', 'c',
version: 'v0.7.3',
version: 'v0.7.4',
license: 'LGPL3',
meson_version: '>=0.55.0',
default_options: [

View file

@ -2,7 +2,7 @@
# SPDX-License-Identifier: LGPL-3.0-only
name: rizin
version: '0.7.3'
version: '0.7.4'
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.7.3'
source-tag: '0.7.4'
plugin: meson
meson-parameters: [--prefix=/usr]
override-build: |