After release version bump

This commit is contained in:
pancake 2020-03-09 09:45:08 +01:00
parent 1271d653c7
commit a5856bf3bf
2 changed files with 5 additions and 5 deletions

8
configure vendored
View File

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

View File

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