We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06c992d commit fd657fbCopy full SHA for fd657fb
meson.build
@@ -1,5 +1,5 @@
1
project('rizin', 'c',
2
- version: 'v0.7.2',
+ version: 'v0.7.3',
3
license: 'LGPL3',
4
meson_version: '>=0.55.0',
5
default_options: [
snapcraft.yaml
@@ -2,7 +2,7 @@
# SPDX-License-Identifier: LGPL-3.0-only
name: rizin
-version: '0.7.1'
+version: '0.7.3'
6
base: core18
7
summary: Rizin reverse engineering framework and tool
8
description: |
@@ -58,7 +58,7 @@ apps:
58
parts:
59
rizin:
60
source: https://github.com/rizinorg/rizin.git
61
- source-tag: '0.7.1'
+ source-tag: '0.7.3'
62
plugin: meson
63
meson-parameters: [--prefix=/usr]
64
override-build: |
0 commit comments