Bump version to v1.0.0
This commit is contained in:
parent
da228d11cf
commit
d8413d7fca
2 changed files with 3 additions and 3 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
project('rizin', 'c',
|
project('rizin', 'c',
|
||||||
version: 'v0.9.0',
|
version: 'v1.0.0',
|
||||||
license: 'LGPL-3.0-only',
|
license: 'LGPL-3.0-only',
|
||||||
meson_version: '>=0.58.0',
|
meson_version: '>=0.58.0',
|
||||||
default_options: [
|
default_options: [
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
# SPDX-License-Identifier: LGPL-3.0-only
|
# SPDX-License-Identifier: LGPL-3.0-only
|
||||||
|
|
||||||
name: rizin
|
name: rizin
|
||||||
version: '0.9.0'
|
version: '1.0.0'
|
||||||
base: core18
|
base: core18
|
||||||
summary: Rizin reverse engineering framework and tool
|
summary: Rizin reverse engineering framework and tool
|
||||||
description: |
|
description: |
|
||||||
|
|
@ -58,7 +58,7 @@ apps:
|
||||||
parts:
|
parts:
|
||||||
rizin:
|
rizin:
|
||||||
source: https://github.com/rizinorg/rizin.git
|
source: https://github.com/rizinorg/rizin.git
|
||||||
source-tag: '0.9.0'
|
source-tag: '1.0.0'
|
||||||
plugin: meson
|
plugin: meson
|
||||||
meson-parameters: [--prefix=/usr]
|
meson-parameters: [--prefix=/usr]
|
||||||
override-build: |
|
override-build: |
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue