After-release version bump (1.6.0-git)

This commit is contained in:
pancake 2017-05-31 12:01:31 +02:00
parent 081e88231a
commit 7fe22453e8
3 changed files with 6 additions and 6 deletions

View File

@ -1,7 +1,7 @@
-include config-user.mk
include global.mk
PREVIOUS_RELEASE=1.4.0
PREVIOUS_RELEASE=1.5.0
MESON?=meson
R2R=radare2-regressions

8
configure vendored
View File

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

View File

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