After release version bump (5.9.3)

This commit is contained in:
pancake 2024-05-21 17:31:23 +02:00
parent dc697ed198
commit fc65dda753
12 changed files with 16 additions and 16 deletions

10
configure vendored
View File

@ -144,12 +144,12 @@ done
: ${INSTALL_PROGRAM_STRIP:=${INSTALL} -m 755 -s}
: ${INSTALL_MAN:=${INSTALL} -m 444}
: ${INSTALL_LIB:=${INSTALL} -m 755 -c}
PKGNAME='radare2' ; VERSION='5.9.2' ; VERSION_MAJOR=5; VERSION_MINOR=9; VERSION_PATCH=2; VERSION_NUMBER=50902; CONTACT_MAIL="pancake@nopcode.org" ; CONTACT_NAME="pancake" ; CONTACT="pancake <pancake@nopcode.org>" ;
PKGNAME='radare2' ; VERSION='5.9.3' ; VERSION_MAJOR=5; VERSION_MINOR=9; VERSION_PATCH=3; VERSION_NUMBER=50903; CONTACT_MAIL="pancake@nopcode.org" ; CONTACT_NAME="pancake" ; CONTACT="pancake <pancake@nopcode.org>" ;
}
show_usage() {
cat <<EOF2
'configure' configures radare2-5.9.2 to adapt to many kinds of systems.
'configure' configures radare2-5.9.3 to adapt to many kinds of systems.
Usage: ./configure [OPTION]... [VAR=VALUE]...
@ -261,10 +261,10 @@ ocho() {
show_version() {
if [ "$QUIET" = 1 ]; then
echo "5.9.2"
echo "5.9.3"
exit 0
fi
echo "radare2-5.9.2 configuration script done with acr v2.1.4.
echo "radare2-5.9.3 configuration script done with acr v2.1.4.
The 'Free Software Foundation' message is only for autodetection.
Originally written by pancake <nopcode.org>."
exit 0
@ -293,7 +293,7 @@ case $flag in
show_version ; ;;
-r|--r|--report)
echo "PKGNAME: radare2"
echo "VERSION: 5.9.2"
echo "VERSION: 5.9.3"
echo "AUTHOR: pancake"
echo "EMAIL: pancake@nopcode.org"
echo "DESCRIPTION: The UNIX-like reverse engineering toolkit"

View File

@ -1,5 +1,5 @@
PKGNAME radare2
VERSION 5.9.2
VERSION 5.9.3
CONTACT pancake ; pancake@nopcode.org
DESCRIPTION The UNIX-like reverse engineering toolkit ;

View File

@ -25,7 +25,7 @@
"pancake <pancake@nopcode.org>"
],
"name": "radare2",
"version": "5.9.2",
"version": "5.9.3",
"bugs": {
"url": "https://github.com/radareorg/radare2/issues"
},

View File

@ -1,6 +1,6 @@
[package]
name = "pancake/r2"
version = "5.9.2"
version = "5.9.3"
description = "Unix-Like Reverse Engineering Framework"
readme = "README.md"
license = "LGPL3"

View File

@ -1,6 +1,6 @@
[package]
name = "pancake/rabin2"
version = "5.9.2"
version = "5.9.3"
description = "Unix-Like Reverse Engineering Framework"
license = "LGPL3"
readme = "README.md"

View File

@ -1,6 +1,6 @@
[package]
name = "pancake/radiff2"
version = "5.9.2"
version = "5.9.3"
description = "Unix-Like Reverse Engineering Framework"
license = "LGPL3"
readme = "README.md"

View File

@ -1,6 +1,6 @@
[package]
name = "pancake/rafind2"
version = "5.9.2"
version = "5.9.3"
description = "Unix-Like Reverse Engineering Framework"
license = "LGPL3"
readme = "README.md"

View File

@ -1,6 +1,6 @@
[package]
name = "pancake/ragg2"
version = "5.9.2"
version = "5.9.3"
description = "Unix-Like Reverse Engineering Framework"
license = "LGPL3"
readme = "README.md"

View File

@ -1,6 +1,6 @@
[package]
name = "pancake/rahash2"
version = "5.9.2"
version = "5.9.3"
description = "Unix-Like Reverse Engineering Framework"
license = "LGPL3"
readme = "README.md"

View File

@ -1,6 +1,6 @@
[package]
name = "pancake/rasm2"
version = "5.9.2"
version = "5.9.3"
description = "Unix-Like Reverse Engineering Framework"
license = "LGPL3"
readme = "README.md"

View File

@ -1,6 +1,6 @@
[package]
name = "pancake/rax2"
version = "5.9.2"
version = "5.9.3"
description = "Unix-Like Reverse Engineering Framework"
readme = "README.md"
license = "LGPL3"

View File

@ -1,4 +1,4 @@
project('radare2', 'c', license : 'LGPL3', meson_version : '>=0.50', version : '5.9.2')
project('radare2', 'c', license : 'LGPL3', meson_version : '>=0.50', version : '5.9.3')
py3_exe = import('python').find_installation('python3')
gen_py = '@0@/libr/syscall/d/gen.py'.format(meson.current_source_dir())