After release version bump

This commit is contained in:
Sergi Àlvarez i Capilla 2021-11-16 14:45:53 +01:00
parent 645835794b
commit eea44aa303
3 changed files with 7 additions and 7 deletions

10
configure vendored
View File

@ -133,12 +133,12 @@ done
: ${INSTALL_PROGRAM_STRIP:=${INSTALL} -m 755 -s}
: ${INSTALL_MAN:=${INSTALL} -m 444}
: ${INSTALL_LIB:=${INSTALL} -m 755 -c}
PKGNAME='radare2' ; VERSION='5.5.0' ; VERSION_MAJOR=5; VERSION_MINOR=5; VERSION_PATCH=0; VERSION_NUMBER=50500; CONTACT_MAIL="pancake@nopcode.org" ; CONTACT_NAME="pancake" ; CONTACT="pancake <pancake@nopcode.org>" ;
PKGNAME='radare2' ; VERSION='5.5.1' ; VERSION_MAJOR=5; VERSION_MINOR=5; VERSION_PATCH=1; VERSION_NUMBER=50501; CONTACT_MAIL="pancake@nopcode.org" ; CONTACT_NAME="pancake" ; CONTACT="pancake <pancake@nopcode.org>" ;
}
show_usage() {
cat <<EOF2
'configure' configures radare2-5.5.0 to adapt to many kinds of systems.
'configure' configures radare2-5.5.1 to adapt to many kinds of systems.
Usage: ./configure [OPTION]... [VAR=VALUE]...
@ -242,10 +242,10 @@ ocho() {
show_version() {
if [ "$QUIET" = 1 ]; then
echo "5.5.0"
echo "5.5.1"
exit 0
fi
echo "radare2-5.5.0 configuration script done with acr v1.9.8.
echo "radare2-5.5.1 configuration script done with acr v1.9.8.
The 'Free Software Foundation' message is only for autodetection.
Originally written by pancake <nopcode.org>."
exit 0
@ -274,7 +274,7 @@ case $flag in
show_version ; ;;
-r|--r|--report)
echo "PKGNAME: radare2"
echo "VERSION: 5.5.0"
echo "VERSION: 5.5.1"
echo "LANGS: c"
echo "REQUIRED: libdl"
echo "OPTIONAL: libmagic libz libzip libxxhash libssl liblibuv>=1.0.0"

View File

@ -1,5 +1,5 @@
PKGNAME radare2
VERSION 5.5.0
VERSION 5.5.1
CONTACT pancake ; pancake@nopcode.org
LANG_C!

View File

@ -1,4 +1,4 @@
project('radare2', 'c', license : 'LGPL3', meson_version : '>=0.49', version : '5.5.0')
project('radare2', 'c', license : 'LGPL3', meson_version : '>=0.49', version : '5.5.1')
py3_exe = import('python').find_installation('python3')
git_exe = find_program('git', required: false)