Skip to content

Commit ffd5eed

Browse files
committed
Release 6.0.2 -- codename "Relephant"
1 parent bd65cf5 commit ffd5eed

File tree

14 files changed

+18
-17
lines changed

14 files changed

+18
-17
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![Latest packaged version](https://repology.org/badge/latest-versions/radare2.svg)](https://repology.org/project/radare2/versions) [![Tests Status](https://github.com/radareorg/radare2/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/radareorg/radare2/actions/workflows/ci.yml?query=branch%3Amaster) [![build](https://github.com/radareorg/radare2/actions/workflows/build.yml/badge.svg?branch=master)](https://github.com/radareorg/radare2/actions/workflows/build.yml?query=branch%3Amaster) [![tcc](https://github.com/radareorg/radare2/actions/workflows/tcc.yml/badge.svg?branch=master)](https://github.com/radareorg/radare2/actions/workflows/tcc.yml)
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

8-
Current git `master` branch is `6.0.0`, next release will be `6.0.2`.
8+
Current git `master` branch is `6.0.2`, next release will be `6.0.4`.
99

1010
* See [abi stability](doc/abi.md) documentation.
1111

configure

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -148,12 +148,12 @@ done
148148
: ${INSTALL_PROGRAM_STRIP:=${INSTALL} -m 755 -s}
149149
: ${INSTALL_MAN:=${INSTALL} -m 444}
150150
: ${INSTALL_LIB:=${INSTALL} -m 755 -c}
151-
PKGNAME='radare2' ; VERSION='6.0.0' ; VERSION_MAJOR=6; VERSION_MINOR=0; VERSION_PATCH=0; VERSION_NUMBER=60000; CONTACT_MAIL="[email protected]" ; CONTACT_NAME="pancake" ; CONTACT="pancake <[email protected]>" ;
151+
PKGNAME='radare2' ; VERSION='6.0.2' ; VERSION_MAJOR=6; VERSION_MINOR=0; VERSION_PATCH=2; VERSION_NUMBER=60002; CONTACT_MAIL="[email protected]" ; CONTACT_NAME="pancake" ; CONTACT="pancake <[email protected]>" ;
152152
}
153153

154154
show_usage() {
155155
cat <<EOF2
156-
'configure' configures radare2-6.0.0 to adapt to many kinds of systems.
156+
'configure' configures radare2-6.0.2 to adapt to many kinds of systems.
157157
158158
Usage: ./configure [OPTION]... [VAR=VALUE]...
159159
@@ -269,10 +269,10 @@ ocho() {
269269

270270
show_version() {
271271
if [ "$QUIET" = 1 ]; then
272-
echo "6.0.0"
272+
echo "6.0.2"
273273
exit 0
274274
fi
275-
echo "radare2-6.0.0 configuration script done with acr v2.2.2.
275+
echo "radare2-6.0.2 configuration script done with acr v2.2.2.
276276
The 'Free Software Foundation' message is only for autodetection.
277277
Originally written by pancake <nopcode.org>."
278278
exit 0
@@ -301,7 +301,7 @@ case $flag in
301301
show_version ; ;;
302302
-r|--r|--report)
303303
echo "PKGNAME: radare2"
304-
echo "VERSION: 6.0.0"
304+
echo "VERSION: 6.0.2"
305305
echo "AUTHOR: pancake"
306306
echo "EMAIL: [email protected]"
307307
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 6.0.0
2+
VERSION 6.0.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": "6.0.0",
28+
"version": "6.0.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 = "6.0.0"
3+
version = "6.0.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 = "6.0.0"
3+
version = "6.0.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 = "6.0.0"
3+
version = "6.0.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 = "6.0.0"
3+
version = "6.0.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 = "6.0.0"
3+
version = "6.0.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 = "6.0.0"
3+
version = "6.0.2"
44
description = "Unix-Like Reverse Engineering Framework"
55
license = "LGPL3"
66
readme = "README.md"

0 commit comments

Comments
 (0)