Skip to content

Commit aea5c93

Browse files
committed
Release 5.9.2
1 parent 13762d4 commit aea5c93

File tree

13 files changed

+17
-17
lines changed

13 files changed

+17
-17
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[![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)
77

88
See the [Releases](https://github.com/radareorg/radare2/releases) page for
9-
downloads. The current git `master` branch is `5.9.1`, next will be `5.9.2`.
9+
downloads. The current git `master` branch is `5.9.3`, next will be `5.9.4`.
1010

1111
* Since r2-5.6.0 all the patch releases are [abi stable](doc/abi.md)
1212
* Odd patch versions are used in git builds only, releases use even numbers

configure

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -144,12 +144,12 @@ done
144144
: ${INSTALL_PROGRAM_STRIP:=${INSTALL} -m 755 -s}
145145
: ${INSTALL_MAN:=${INSTALL} -m 444}
146146
: ${INSTALL_LIB:=${INSTALL} -m 755 -c}
147-
PKGNAME='radare2' ; VERSION='5.9.1' ; VERSION_MAJOR=5; VERSION_MINOR=9; VERSION_PATCH=1; VERSION_NUMBER=50901; CONTACT_MAIL="[email protected]" ; CONTACT_NAME="pancake" ; CONTACT="pancake <[email protected]>" ;
147+
PKGNAME='radare2' ; VERSION='5.9.2' ; VERSION_MAJOR=5; VERSION_MINOR=9; VERSION_PATCH=2; VERSION_NUMBER=50902; CONTACT_MAIL="[email protected]" ; CONTACT_NAME="pancake" ; CONTACT="pancake <[email protected]>" ;
148148
}
149149

150150
show_usage() {
151151
cat <<EOF2
152-
'configure' configures radare2-5.9.1 to adapt to many kinds of systems.
152+
'configure' configures radare2-5.9.2 to adapt to many kinds of systems.
153153
154154
Usage: ./configure [OPTION]... [VAR=VALUE]...
155155
@@ -261,10 +261,10 @@ ocho() {
261261

262262
show_version() {
263263
if [ "$QUIET" = 1 ]; then
264-
echo "5.9.1"
264+
echo "5.9.2"
265265
exit 0
266266
fi
267-
echo "radare2-5.9.1 configuration script done with acr v2.1.4.
267+
echo "radare2-5.9.2 configuration script done with acr v2.1.4.
268268
The 'Free Software Foundation' message is only for autodetection.
269269
Originally written by pancake <nopcode.org>."
270270
exit 0
@@ -293,7 +293,7 @@ case $flag in
293293
show_version ; ;;
294294
-r|--r|--report)
295295
echo "PKGNAME: radare2"
296-
echo "VERSION: 5.9.1"
296+
echo "VERSION: 5.9.2"
297297
echo "AUTHOR: pancake"
298298
echo "EMAIL: [email protected]"
299299
echo "DESCRIPTION: The UNIX-like reverse engineering toolkit"

configure.acr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PKGNAME radare2
2-
VERSION 5.9.1
2+
VERSION 5.9.2
33
CONTACT pancake ; [email protected]
44

55
DESCRIPTION The UNIX-like reverse engineering toolkit ;

dist/npm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"pancake <[email protected]>"
2626
],
2727
"name": "radare2",
28-
"version": "5.9.1",
28+
"version": "5.9.2",
2929
"bugs": {
3030
"url": "https://github.com/radareorg/radare2/issues"
3131
},

dist/wapm/r2/wapm.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pancake/r2"
3-
version = "5.9.1"
3+
version = "5.9.2"
44
description = "Unix-Like Reverse Engineering Framework"
55
readme = "README.md"
66
license = "LGPL3"

dist/wapm/rabin2/wapm.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pancake/rabin2"
3-
version = "5.9.1"
3+
version = "5.9.2"
44
description = "Unix-Like Reverse Engineering Framework"
55
license = "LGPL3"
66
readme = "README.md"

dist/wapm/radiff2/wapm.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pancake/radiff2"
3-
version = "5.9.1"
3+
version = "5.9.2"
44
description = "Unix-Like Reverse Engineering Framework"
55
license = "LGPL3"
66
readme = "README.md"

dist/wapm/rafind2/wapm.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pancake/rafind2"
3-
version = "5.9.1"
3+
version = "5.9.2"
44
description = "Unix-Like Reverse Engineering Framework"
55
license = "LGPL3"
66
readme = "README.md"

dist/wapm/ragg2/wapm.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pancake/ragg2"
3-
version = "5.9.1"
3+
version = "5.9.2"
44
description = "Unix-Like Reverse Engineering Framework"
55
license = "LGPL3"
66
readme = "README.md"

dist/wapm/rahash2/wapm.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pancake/rahash2"
3-
version = "5.9.1"
3+
version = "5.9.2"
44
description = "Unix-Like Reverse Engineering Framework"
55
license = "LGPL3"
66
readme = "README.md"

0 commit comments

Comments
 (0)