Skip to content

Commit

Permalink
Release 1.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed Oct 22, 2020
1 parent 86053b4 commit 5469ff5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions configure
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh
# This script was automatically generated by ACR v1.9.3
# This script was automatically generated by ACR v1.9.4
# @author: pancake <nopcode.org>
# @url: http://www.nopcode.org
# @repo: git clone https://github.com/radare/acr
Expand Down Expand Up @@ -108,12 +108,12 @@ done
: ${INSTALL_PROGRAM_STRIP:=${INSTALL} -m 755 -s}
: ${INSTALL_MAN:=${INSTALL} -m 444}
: ${INSTALL_LIB:=${INSTALL} -m 755 -c}
PKGNAME='acr' ; VERSION='1.9.3' ; VERSION_MAJOR=1; VERSION_MINOR=9; VERSION_PATCH=3; VERSION_NUMBER=10903; CONTACT_MAIL="[email protected]" ; CONTACT_NAME="pancake" ; CONTACT="pancake <[email protected]>" ;
PKGNAME='acr' ; VERSION='1.9.4' ; VERSION_MAJOR=1; VERSION_MINOR=9; VERSION_PATCH=4; VERSION_NUMBER=10904; CONTACT_MAIL="[email protected]" ; CONTACT_NAME="pancake" ; CONTACT="pancake <[email protected]>" ;
}

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

show_version() {
if [ "$QUIET" = 1 ]; then
echo "1.9.3"
echo "1.9.4"
exit 0
fi
echo "acr-1.9.3 configuration script done with acr v1.9.3.
echo "acr-1.9.4 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 @@ -209,7 +209,7 @@ case $flag in
show_version ; ;;
-r|--r|--report)
echo "PKGNAME: acr"
echo "VERSION: 1.9.3"
echo "VERSION: 1.9.4"
exit 0
;;
--cache-file)
Expand Down Expand Up @@ -367,7 +367,7 @@ done
fi
#ACR# (( package information ))
#ACR# PKGNAME acr
#ACR# VERSION 1.9.3
#ACR# VERSION 1.9.4
#ACR# CONTACT pancake ; [email protected]
#ACR#
#ACR# (( needed programs ))
Expand Down
2 changes: 1 addition & 1 deletion configure.acr
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(( package information ))
PKGNAME acr
VERSION 1.9.3
VERSION 1.9.4
CONTACT pancake ; [email protected]

(( needed programs ))
Expand Down

0 comments on commit 5469ff5

Please sign in to comment.