Skip to content

Commit

Permalink
Release 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed Feb 28, 2023
1 parent 4430390 commit 183e141
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 v2.1.0
# This script was automatically generated by ACR v2.1.1
# @author: pancake <nopcode.org>
# @url: http://www.nopcode.org
# @repo: git clone https://github.com/radare/acr
Expand Down Expand Up @@ -112,12 +112,12 @@ done
: ${INSTALL_PROGRAM_STRIP:=${INSTALL} -m 755 -s}
: ${INSTALL_MAN:=${INSTALL} -m 444}
: ${INSTALL_LIB:=${INSTALL} -m 755 -c}
PKGNAME='acr' ; VERSION='2.1.0' ; VERSION_MAJOR=2; VERSION_MINOR=1; VERSION_PATCH=0; VERSION_NUMBER=20100; CONTACT_MAIL="[email protected]" ; CONTACT_NAME="pancake" ; CONTACT="pancake <[email protected]>" ;
PKGNAME='acr' ; VERSION='2.1.1' ; VERSION_MAJOR=2; VERSION_MINOR=1; VERSION_PATCH=1; VERSION_NUMBER=20101; CONTACT_MAIL="[email protected]" ; CONTACT_NAME="pancake" ; CONTACT="pancake <[email protected]>" ;
}

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

show_version() {
if [ "$QUIET" = 1 ]; then
echo "2.1.0"
echo "2.1.1"
exit 0
fi
echo "acr-2.1.0 configuration script done with acr v2.1.0.
echo "acr-2.1.1 configuration script done with acr v2.1.1.
The 'Free Software Foundation' message is only for autodetection.
Originally written by pancake <nopcode.org>."
exit 0
Expand Down Expand Up @@ -214,7 +214,7 @@ case $flag in
show_version ; ;;
-r|--r|--report)
echo "PKGNAME: acr"
echo "VERSION: 2.1.0"
echo "VERSION: 2.1.1"
echo "AUTHOR: pancake"
echo "EMAIL: [email protected]"
echo "DESCRIPTION: automatic configuration replacement tool"
Expand Down Expand Up @@ -381,7 +381,7 @@ done
fi
#ACR# /* package information */
#ACR# PKGNAME acr
#ACR# VERSION 2.1.0
#ACR# VERSION 2.1.1
#ACR# CONTACT pancake ; [email protected]
#ACR#
#ACR# DESCRIPTION automatic configuration replacement tool ;
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 2.1.0
VERSION 2.1.1
CONTACT pancake ; [email protected]

DESCRIPTION automatic configuration replacement tool ;
Expand Down

0 comments on commit 183e141

Please sign in to comment.