Skip to content

Commit b77e3f8

Browse files
committed
Release 5.9.4 - codename 'icecore'
1 parent 5e36553 commit b77e3f8

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.3`, next will be `5.9.4`.
9+
downloads. The current git `master` branch is `5.9.5`, next will be `5.9.6`.
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
@@ -145,12 +145,12 @@ done
145145
: ${INSTALL_PROGRAM_STRIP:=${INSTALL} -m 755 -s}
146146
: ${INSTALL_MAN:=${INSTALL} -m 444}
147147
: ${INSTALL_LIB:=${INSTALL} -m 755 -c}
148-
PKGNAME='radare2' ; VERSION='5.9.3' ; VERSION_MAJOR=5; VERSION_MINOR=9; VERSION_PATCH=3; VERSION_NUMBER=50903; CONTACT_MAIL="[email protected]" ; CONTACT_NAME="pancake" ; CONTACT="pancake <[email protected]>" ;
148+
PKGNAME='radare2' ; VERSION='5.9.4' ; VERSION_MAJOR=5; VERSION_MINOR=9; VERSION_PATCH=4; VERSION_NUMBER=50904; CONTACT_MAIL="[email protected]" ; CONTACT_NAME="pancake" ; CONTACT="pancake <[email protected]>" ;
149149
}
150150

151151
show_usage() {
152152
cat <<EOF2
153-
'configure' configures radare2-5.9.3 to adapt to many kinds of systems.
153+
'configure' configures radare2-5.9.4 to adapt to many kinds of systems.
154154
155155
Usage: ./configure [OPTION]... [VAR=VALUE]...
156156
@@ -263,10 +263,10 @@ ocho() {
263263

264264
show_version() {
265265
if [ "$QUIET" = 1 ]; then
266-
echo "5.9.3"
266+
echo "5.9.4"
267267
exit 0
268268
fi
269-
echo "radare2-5.9.3 configuration script done with acr v2.1.4.
269+
echo "radare2-5.9.4 configuration script done with acr v2.1.4.
270270
The 'Free Software Foundation' message is only for autodetection.
271271
Originally written by pancake <nopcode.org>."
272272
exit 0
@@ -295,7 +295,7 @@ case $flag in
295295
show_version ; ;;
296296
-r|--r|--report)
297297
echo "PKGNAME: radare2"
298-
echo "VERSION: 5.9.3"
298+
echo "VERSION: 5.9.4"
299299
echo "AUTHOR: pancake"
300300
echo "EMAIL: [email protected]"
301301
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.3
2+
VERSION 5.9.4
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.3",
28+
"version": "5.9.4",
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.3"
3+
version = "5.9.4"
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.3"
3+
version = "5.9.4"
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.3"
3+
version = "5.9.4"
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.3"
3+
version = "5.9.4"
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.3"
3+
version = "5.9.4"
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.3"
3+
version = "5.9.4"
44
description = "Unix-Like Reverse Engineering Framework"
55
license = "LGPL3"
66
readme = "README.md"

0 commit comments

Comments
 (0)