Skip to content

Commit

Permalink
Version 0.1.2 (#934)
Browse files Browse the repository at this point in the history
  • Loading branch information
thestr4ng3r authored Mar 29, 2021
1 parent d8eef92 commit 810bb14
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -129,12 +129,12 @@ done
: ${INSTALL_PROGRAM_STRIP:=${INSTALL} -m 755 -s}
: ${INSTALL_MAN:=${INSTALL} -m 444}
: ${INSTALL_LIB:=${INSTALL} -m 755 -c}
PKGNAME='rizin' ; VERSION='0.1.1' ; VERSION_MAJOR=0; VERSION_MINOR=1; VERSION_PATCH=1; VERSION_NUMBER=00101; CONTACT_MAIL="team@rizin.re" ; CONTACT_NAME="Rizin Core Team" ; CONTACT="Rizin Core Team <team@rizin.re>" ;
PKGNAME='rizin' ; VERSION='0.1.2' ; VERSION_MAJOR=0; VERSION_MINOR=1; VERSION_PATCH=2; VERSION_NUMBER=00102; CONTACT_MAIL="team@rizin.re" ; CONTACT_NAME="Rizin Core Team" ; CONTACT="Rizin Core Team <team@rizin.re>" ;
}

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

show_version() {
if [ "$QUIET" = 1 ]; then
echo "0.1.1"
echo "0.1.2"
exit 0
fi
echo "rizin-0.1.1 configuration script done with acr v1.9.4.
echo "rizin-0.1.2 configuration script done with acr v1.9.4.
The 'Free Software Foundation' message is only for autodetection.
Originally written by pancake <nopcode.org>."
exit 0
Expand Down Expand Up @@ -267,7 +267,7 @@ case $flag in
show_version ; ;;
-r|--r|--report)
echo "PKGNAME: rizin"
echo "VERSION: 0.1.1"
echo "VERSION: 0.1.2"
echo "LANGS: c"
echo "REQUIRED: libdl"
echo "OPTIONAL: libmagic libz libzip libxxhash libssl liblibuv>=1.0.0"
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 rizin
VERSION 0.1.1
VERSION 0.1.2
CONTACT Rizin Core Team ; team@rizin.re

LANG_C!
Expand Down

0 comments on commit 810bb14

Please sign in to comment.