Skip to content

Commit 151a020

Browse files
committed
Release 6.0.8 - codename CleanWheat
1 parent 166fafa commit 151a020

13 files changed

Lines changed: 17 additions & 17 deletions

File tree

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.7`, next release will be `6.0.8`.
8+
Current git `master` branch is `6.0.8`, next release will be `6.0.9`.
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
@@ -165,12 +165,12 @@ done
165165
: ${INSTALL_PROGRAM_STRIP:=${INSTALL} -m 755 -s}
166166
: ${INSTALL_MAN:=${INSTALL} -m 444}
167167
: ${INSTALL_LIB:=${INSTALL} -m 755 -c}
168-
PKGNAME='radare2' ; VERSION='6.0.7' ; VERSION_MAJOR=6; VERSION_MINOR=0; VERSION_PATCH=7; VERSION_NUMBER=60007; CONTACT_MAIL="pancake@nopcode.org" ; CONTACT_NAME="pancake" ; CONTACT="pancake <pancake@nopcode.org>" ;
168+
PKGNAME='radare2' ; VERSION='6.0.8' ; VERSION_MAJOR=6; VERSION_MINOR=0; VERSION_PATCH=8; VERSION_NUMBER=60008; CONTACT_MAIL="pancake@nopcode.org" ; CONTACT_NAME="pancake" ; CONTACT="pancake <pancake@nopcode.org>" ;
169169
}
170170

171171
show_usage() {
172172
cat <<EOF2
173-
'configure' configures radare2-6.0.7 to adapt to many kinds of systems.
173+
'configure' configures radare2-6.0.8 to adapt to many kinds of systems.
174174
175175
Usage: ./configure [OPTION]... [VAR=VALUE]...
176176
@@ -289,10 +289,10 @@ ocho() {
289289

290290
show_version() {
291291
if [ "$QUIET" = 1 ]; then
292-
echo "6.0.7"
292+
echo "6.0.8"
293293
exit 0
294294
fi
295-
echo "radare2-6.0.7 configuration script done with acr v2.2.4.
295+
echo "radare2-6.0.8 configuration script done with acr v2.2.4.
296296
The 'Free Software Foundation' message is only for autodetection.
297297
Originally written by pancake <nopcode.org>."
298298
exit 0
@@ -321,7 +321,7 @@ case $flag in
321321
show_version ; ;;
322322
-r|--r|--report)
323323
echo "PKGNAME: radare2"
324-
echo "VERSION: 6.0.7"
324+
echo "VERSION: 6.0.8"
325325
echo "AUTHOR: pancake"
326326
echo "EMAIL: pancake@nopcode.org"
327327
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.7
2+
VERSION 6.0.8
33
CONTACT pancake ; pancake@nopcode.org
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 <pancake@nopcode.org>"
2626
],
2727
"name": "radare2",
28-
"version": "6.0.7",
28+
"version": "6.0.8",
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.7"
3+
version = "6.0.8"
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.7"
3+
version = "6.0.8"
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.7"
3+
version = "6.0.8"
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.7"
3+
version = "6.0.8"
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.7"
3+
version = "6.0.8"
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.7"
3+
version = "6.0.8"
44
description = "Unix-Like Reverse Engineering Framework"
55
license = "LGPL3"
66
readme = "README.md"

0 commit comments

Comments
 (0)