After release version bump

This commit is contained in:
pancake 2022-08-01 19:39:03 +02:00
parent a66f301d18
commit a1c68b92dd
4 changed files with 8 additions and 8 deletions

10
configure vendored
View File

@ -134,12 +134,12 @@ done
: ${INSTALL_PROGRAM_STRIP:=${INSTALL} -m 755 -s}
: ${INSTALL_MAN:=${INSTALL} -m 444}
: ${INSTALL_LIB:=${INSTALL} -m 755 -c}
PKGNAME='radare2' ; VERSION='5.7.6' ; VERSION_MAJOR=5; VERSION_MINOR=7; VERSION_PATCH=6; VERSION_NUMBER=50706; CONTACT_MAIL="pancake@nopcode.org" ; CONTACT_NAME="pancake" ; CONTACT="pancake <pancake@nopcode.org>" ;
PKGNAME='radare2' ; VERSION='5.7.7' ; VERSION_MAJOR=5; VERSION_MINOR=7; VERSION_PATCH=7; VERSION_NUMBER=50707; CONTACT_MAIL="pancake@nopcode.org" ; CONTACT_NAME="pancake" ; CONTACT="pancake <pancake@nopcode.org>" ;
}
show_usage() {
cat <<EOF2
'configure' configures radare2-5.7.6 to adapt to many kinds of systems.
'configure' configures radare2-5.7.7 to adapt to many kinds of systems.
Usage: ./configure [OPTION]... [VAR=VALUE]...
@ -244,10 +244,10 @@ ocho() {
show_version() {
if [ "$QUIET" = 1 ]; then
echo "5.7.6"
echo "5.7.7"
exit 0
fi
echo "radare2-5.7.6 configuration script done with acr v2.0.0.
echo "radare2-5.7.7 configuration script done with acr v2.0.0.
The 'Free Software Foundation' message is only for autodetection.
Originally written by pancake <nopcode.org>."
exit 0
@ -276,7 +276,7 @@ case $flag in
show_version ; ;;
-r|--r|--report)
echo "PKGNAME: radare2"
echo "VERSION: 5.7.6"
echo "VERSION: 5.7.7"
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.7.6
VERSION 5.7.7
CONTACT pancake ; pancake@nopcode.org
LANG_C!

View File

@ -21,7 +21,7 @@
"pancake <pancake@nopcode.org>"
],
"name": "radare2-git",
"version": "5.7.6",
"version": "5.7.7",
"bugs": {
"url": "https://github.com/radareorg/radare2/issues"
},

View File

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