Skip to content

Commit

Permalink
Version 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
XVilka committed Jan 22, 2021
1 parent fdc08c2 commit 74ca7ff
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.0-git' ; VERSION_MAJOR=0; VERSION_MINOR=1; VERSION_PATCH=0; VERSION_NUMBER=00100; CONTACT_MAIL="team@rizin.re" ; CONTACT_NAME="Rizin Core Team" ; CONTACT="Rizin Core Team <team@rizin.re>" ;
PKGNAME='rizin' ; VERSION='0.1.0' ; VERSION_MAJOR=0; VERSION_MINOR=1; VERSION_PATCH=0; VERSION_NUMBER=00100; 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.0-git to adapt to many kinds of systems.
'configure' configures rizin-0.1.0 to adapt to many kinds of systems.
Usage: ./configure [OPTION]... [VAR=VALUE]...
Expand Down Expand Up @@ -229,10 +229,10 @@ ocho() {

show_version() {
if [ "$QUIET" = 1 ]; then
echo "0.1.0-git"
echo "0.1.0"
exit 0
fi
echo "rizin-0.1.0-git configuration script done with acr v1.9.4.
echo "rizin-0.1.0 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 @@ -261,7 +261,7 @@ case $flag in
show_version ; ;;
-r|--r|--report)
echo "PKGNAME: rizin"
echo "VERSION: 0.1.0-git"
echo "VERSION: 0.1.0"
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.0-git
VERSION 0.1.0
CONTACT Rizin Core Team ; team@rizin.re

LANG_C!
Expand Down

0 comments on commit 74ca7ff

Please sign in to comment.