After-release version bump

This commit is contained in:
pancake 2018-03-05 18:28:53 +01:00
parent c60d937658
commit 1af353c7c8
2 changed files with 5 additions and 5 deletions

8
configure vendored
View File

@ -117,12 +117,12 @@ done
: ${INSTALL_PROGRAM_STRIP:=${INSTALL} -m 755 -s} : ${INSTALL_PROGRAM_STRIP:=${INSTALL} -m 755 -s}
: ${INSTALL_MAN:=${INSTALL} -m 444} : ${INSTALL_MAN:=${INSTALL} -m 444}
: ${INSTALL_LIB:=${INSTALL} -m 755 -c} : ${INSTALL_LIB:=${INSTALL} -m 755 -c}
PKGNAME='radare2' ; VERSION='2.4.0' ; CONTACT_MAIL="pancake@nopcode.org" ; CONTACT_NAME="pancake" ; CONTACT="pancake <pancake@nopcode.org>" ; PKGNAME='radare2' ; VERSION='2.5.0-git' ; CONTACT_MAIL="pancake@nopcode.org" ; CONTACT_NAME="pancake" ; CONTACT="pancake <pancake@nopcode.org>" ;
} }
show_usage() { show_usage() {
cat <<EOF2 cat <<EOF2
'configure' configures radare2-2.4.0 to adapt to many kinds of systems. 'configure' configures radare2-2.5.0-git to adapt to many kinds of systems.
Usage: ./configure [OPTION]... [VAR=VALUE]... Usage: ./configure [OPTION]... [VAR=VALUE]...
@ -205,7 +205,7 @@ take_environ() {
} }
show_version() { show_version() {
echo "radare2-2.4.0 configuration script done with acr v1.4. echo "radare2-2.5.0-git configuration script done with acr v1.4.
The 'Free Software Foundation' message is only for autodetection. The 'Free Software Foundation' message is only for autodetection.
Originally written by pancake <nopcode.org>." Originally written by pancake <nopcode.org>."
exit 0 exit 0
@ -229,7 +229,7 @@ case $flag in
show_version ; ;; show_version ; ;;
-r|--r|--report) -r|--r|--report)
echo "PKGNAME: radare2" echo "PKGNAME: radare2"
echo "VERSION: 2.4.0" echo "VERSION: 2.5.0-git"
echo "LANGS: c" echo "LANGS: c"
echo "REQUIRED: libdl" echo "REQUIRED: libdl"
echo "OPTIONAL: libmagic libz libzip libssl" echo "OPTIONAL: libmagic libz libzip libssl"

View File

@ -1,5 +1,5 @@
PKGNAME radare2 PKGNAME radare2
VERSION 2.4.0 VERSION 2.5.0-git
CONTACT pancake ; pancake@nopcode.org CONTACT pancake ; pancake@nopcode.org
LANG_C! LANG_C!