Skip to content

Commit 8bf3177

Browse files
radaretrufae
authored andcommitted
After release version bump (6.0.5)
1 parent 258bf14 commit 8bf3177

12 files changed

Lines changed: 16 additions & 16 deletions

File tree

configure

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -163,12 +163,12 @@ done
163163
: ${INSTALL_PROGRAM_STRIP:=${INSTALL} -m 755 -s}
164164
: ${INSTALL_MAN:=${INSTALL} -m 444}
165165
: ${INSTALL_LIB:=${INSTALL} -m 755 -c}
166-
PKGNAME='radare2' ; VERSION='6.0.4' ; VERSION_MAJOR=6; VERSION_MINOR=0; VERSION_PATCH=4; VERSION_NUMBER=60004; CONTACT_MAIL="pancake@nopcode.org" ; CONTACT_NAME="pancake" ; CONTACT="pancake <pancake@nopcode.org>" ;
166+
PKGNAME='radare2' ; VERSION='6.0.5' ; VERSION_MAJOR=6; VERSION_MINOR=0; VERSION_PATCH=5; VERSION_NUMBER=60005; CONTACT_MAIL="pancake@nopcode.org" ; CONTACT_NAME="pancake" ; CONTACT="pancake <pancake@nopcode.org>" ;
167167
}
168168

169169
show_usage() {
170170
cat <<EOF2
171-
'configure' configures radare2-6.0.4 to adapt to many kinds of systems.
171+
'configure' configures radare2-6.0.5 to adapt to many kinds of systems.
172172
173173
Usage: ./configure [OPTION]... [VAR=VALUE]...
174174
@@ -285,10 +285,10 @@ ocho() {
285285

286286
show_version() {
287287
if [ "$QUIET" = 1 ]; then
288-
echo "6.0.4"
288+
echo "6.0.5"
289289
exit 0
290290
fi
291-
echo "radare2-6.0.4 configuration script done with acr v2.2.4.
291+
echo "radare2-6.0.5 configuration script done with acr v2.2.4.
292292
The 'Free Software Foundation' message is only for autodetection.
293293
Originally written by pancake <nopcode.org>."
294294
exit 0
@@ -317,7 +317,7 @@ case $flag in
317317
show_version ; ;;
318318
-r|--r|--report)
319319
echo "PKGNAME: radare2"
320-
echo "VERSION: 6.0.4"
320+
echo "VERSION: 6.0.5"
321321
echo "AUTHOR: pancake"
322322
echo "EMAIL: pancake@nopcode.org"
323323
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.4
2+
VERSION 6.0.5
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.4",
28+
"version": "6.0.5",
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.4"
3+
version = "6.0.5"
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.4"
3+
version = "6.0.5"
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.4"
3+
version = "6.0.5"
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.4"
3+
version = "6.0.5"
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.4"
3+
version = "6.0.5"
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.4"
3+
version = "6.0.5"
44
description = "Unix-Like Reverse Engineering Framework"
55
license = "LGPL3"
66
readme = "README.md"

dist/wapm/rasm2/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/rasm2"
3-
version = "6.0.4"
3+
version = "6.0.5"
44
description = "Unix-Like Reverse Engineering Framework"
55
license = "LGPL3"
66
readme = "README.md"

0 commit comments

Comments
 (0)