Skip to content

Commit

Permalink
After release version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed Aug 8, 2024
1 parent b77e3f8 commit 7504875
Show file tree
Hide file tree
Showing 11 changed files with 15 additions and 15 deletions.
10 changes: 5 additions & 5 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -145,12 +145,12 @@ done
: ${INSTALL_PROGRAM_STRIP:=${INSTALL} -m 755 -s}
: ${INSTALL_MAN:=${INSTALL} -m 444}
: ${INSTALL_LIB:=${INSTALL} -m 755 -c}
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]>" ;
PKGNAME='radare2' ; VERSION='5.9.5' ; VERSION_MAJOR=5; VERSION_MINOR=9; VERSION_PATCH=5; VERSION_NUMBER=50905; CONTACT_MAIL="[email protected]" ; CONTACT_NAME="pancake" ; CONTACT="pancake <[email protected]>" ;
}

show_usage() {
cat <<EOF2
'configure' configures radare2-5.9.4 to adapt to many kinds of systems.
'configure' configures radare2-5.9.5 to adapt to many kinds of systems.
Usage: ./configure [OPTION]... [VAR=VALUE]...
Expand Down Expand Up @@ -263,10 +263,10 @@ ocho() {

show_version() {
if [ "$QUIET" = 1 ]; then
echo "5.9.4"
echo "5.9.5"
exit 0
fi
echo "radare2-5.9.4 configuration script done with acr v2.1.4.
echo "radare2-5.9.5 configuration script done with acr v2.1.4.
The 'Free Software Foundation' message is only for autodetection.
Originally written by pancake <nopcode.org>."
exit 0
Expand Down Expand Up @@ -295,7 +295,7 @@ case $flag in
show_version ; ;;
-r|--r|--report)
echo "PKGNAME: radare2"
echo "VERSION: 5.9.4"
echo "VERSION: 5.9.5"
echo "AUTHOR: pancake"
echo "EMAIL: [email protected]"
echo "DESCRIPTION: The UNIX-like reverse engineering toolkit"
Expand Down
2 changes: 1 addition & 1 deletion configure.acr
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PKGNAME radare2
VERSION 5.9.4
VERSION 5.9.5
CONTACT pancake ; [email protected]

DESCRIPTION The UNIX-like reverse engineering toolkit ;
Expand Down
2 changes: 1 addition & 1 deletion dist/wapm/r2/wapm.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pancake/r2"
version = "5.9.4"
version = "5.9.5"
description = "Unix-Like Reverse Engineering Framework"
readme = "README.md"
license = "LGPL3"
Expand Down
2 changes: 1 addition & 1 deletion dist/wapm/rabin2/wapm.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pancake/rabin2"
version = "5.9.4"
version = "5.9.5"
description = "Unix-Like Reverse Engineering Framework"
license = "LGPL3"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion dist/wapm/radiff2/wapm.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pancake/radiff2"
version = "5.9.4"
version = "5.9.5"
description = "Unix-Like Reverse Engineering Framework"
license = "LGPL3"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion dist/wapm/rafind2/wapm.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pancake/rafind2"
version = "5.9.4"
version = "5.9.5"
description = "Unix-Like Reverse Engineering Framework"
license = "LGPL3"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion dist/wapm/ragg2/wapm.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pancake/ragg2"
version = "5.9.4"
version = "5.9.5"
description = "Unix-Like Reverse Engineering Framework"
license = "LGPL3"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion dist/wapm/rahash2/wapm.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pancake/rahash2"
version = "5.9.4"
version = "5.9.5"
description = "Unix-Like Reverse Engineering Framework"
license = "LGPL3"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion dist/wapm/rasm2/wapm.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pancake/rasm2"
version = "5.9.4"
version = "5.9.5"
description = "Unix-Like Reverse Engineering Framework"
license = "LGPL3"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion dist/wapm/rax2/wapm.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pancake/rax2"
version = "5.9.4"
version = "5.9.5"
description = "Unix-Like Reverse Engineering Framework"
readme = "README.md"
license = "LGPL3"
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
project('radare2', 'c', license : 'LGPL3', meson_version : '>=0.50', version : '5.9.4')
project('radare2', 'c', license : 'LGPL3', meson_version : '>=0.50', version : '5.9.5')

py3_exe = import('python').find_installation('python3')
gen_py = '@0@/libr/syscall/d/gen.py'.format(meson.current_source_dir())
Expand Down

0 comments on commit 7504875

Please sign in to comment.