Skip to content

Commit

Permalink
Release 5.8.8 - codename: thirstyfour
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed Jun 8, 2023
1 parent 8028201 commit ea7f035
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/741/badge)](https://bestpractices.coreinfrastructure.org/projects/741) [![Build Status](https://scan.coverity.com/projects/416/badge.svg)](https://scan.coverity.com/projects/416) [![Discord](https://badgen.net/discord/members/YBey7CR9jf)](https://discord.gg/YBey7CR9jf)

See the [Releases](https://github.com/radareorg/radare2/releases) page for
downloads. The current git `master` branch is `5.8.7`, next will be `5.8.8`.
downloads. The current git `master` branch is `5.8.9`, next will be `5.9.0`.

* Since r2-5.6.0 all the patch releases are [abi stable](doc/abi.md)
* Odd patch versions are used in git builds only, releases use even numbers
Expand Down
10 changes: 5 additions & 5 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -142,12 +142,12 @@ done
: ${INSTALL_PROGRAM_STRIP:=${INSTALL} -m 755 -s}
: ${INSTALL_MAN:=${INSTALL} -m 444}
: ${INSTALL_LIB:=${INSTALL} -m 755 -c}
PKGNAME='radare2' ; VERSION='5.8.7' ; VERSION_MAJOR=5; VERSION_MINOR=8; VERSION_PATCH=7; VERSION_NUMBER=50807; CONTACT_MAIL="[email protected]" ; CONTACT_NAME="pancake" ; CONTACT="pancake <[email protected]>" ;
PKGNAME='radare2' ; VERSION='5.8.8' ; VERSION_MAJOR=5; VERSION_MINOR=8; VERSION_PATCH=8; VERSION_NUMBER=50808; CONTACT_MAIL="[email protected]" ; CONTACT_NAME="pancake" ; CONTACT="pancake <[email protected]>" ;
}

show_usage() {
cat <<EOF2
'configure' configures radare2-5.8.7 to adapt to many kinds of systems.
'configure' configures radare2-5.8.8 to adapt to many kinds of systems.
Usage: ./configure [OPTION]... [VAR=VALUE]...
Expand Down Expand Up @@ -257,10 +257,10 @@ ocho() {

show_version() {
if [ "$QUIET" = 1 ]; then
echo "5.8.7"
echo "5.8.8"
exit 0
fi
echo "radare2-5.8.7 configuration script done with acr v2.1.1.
echo "radare2-5.8.8 configuration script done with acr v2.1.1.
The 'Free Software Foundation' message is only for autodetection.
Originally written by pancake <nopcode.org>."
exit 0
Expand Down Expand Up @@ -289,7 +289,7 @@ case $flag in
show_version ; ;;
-r|--r|--report)
echo "PKGNAME: radare2"
echo "VERSION: 5.8.7"
echo "VERSION: 5.8.8"
echo "AUTHOR: pancake"
echo "EMAIL: [email protected]"
echo "DESCRIPTION: The UNIX-like reverse engineering toolkit"
Expand Down
2 changes: 1 addition & 1 deletion configure.acr
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PKGNAME radare2
VERSION 5.8.7
VERSION 5.8.8
CONTACT pancake ; [email protected]

DESCRIPTION The UNIX-like reverse engineering toolkit ;
Expand Down
2 changes: 1 addition & 1 deletion dist/npm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"pancake <[email protected]>"
],
"name": "radare2-git",
"version": "5.8.7",
"version": "5.8.8",
"bugs": {
"url": "https://github.com/radareorg/radare2/issues"
},
Expand Down
2 changes: 1 addition & 1 deletion dist/wapm/r2/wapm.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pancake/r2"
version = "5.8.7"
version = "5.8.8"
description = "Unix-Like Reverse Engineering Framework"
readme = "README.md"
license = "LGPL3"
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
project('radare2', 'c', license : 'LGPL3', meson_version : '>=0.50', version : '5.8.7')
project('radare2', 'c', license : 'LGPL3', meson_version : '>=0.50', version : '5.8.8')

py3_exe = import('python').find_installation('python3')
gen_py = '@0@/libr/syscall/d/gen.py'.format(meson.current_source_dir())
Expand Down

0 comments on commit ea7f035

Please sign in to comment.