Skip to content

Commit ac9f0d4

Browse files
committed
Release 2.1.4
1 parent afae286 commit ac9f0d4

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

configure

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/sh
2-
# This script was automatically generated by ACR v2.1.2
2+
# This script was automatically generated by ACR v2.1.4
33
# @author: pancake <nopcode.org>
44
# @url: http://www.nopcode.org
55
# @repo: git clone https://github.com/radare/acr
@@ -112,12 +112,12 @@ done
112112
: ${INSTALL_PROGRAM_STRIP:=${INSTALL} -m 755 -s}
113113
: ${INSTALL_MAN:=${INSTALL} -m 444}
114114
: ${INSTALL_LIB:=${INSTALL} -m 755 -c}
115-
PKGNAME='acr' ; VERSION='2.1.2' ; VERSION_MAJOR=2; VERSION_MINOR=1; VERSION_PATCH=2; VERSION_NUMBER=20102; CONTACT_MAIL="[email protected]" ; CONTACT_NAME="pancake" ; CONTACT="pancake <[email protected]>" ;
115+
PKGNAME='acr' ; VERSION='2.1.4' ; VERSION_MAJOR=2; VERSION_MINOR=1; VERSION_PATCH=4; VERSION_NUMBER=20104; CONTACT_MAIL="[email protected]" ; CONTACT_NAME="pancake" ; CONTACT="pancake <[email protected]>" ;
116116
}
117117

118118
show_usage() {
119119
cat <<EOF2
120-
'configure' configures acr-2.1.2 to adapt to many kinds of systems.
120+
'configure' configures acr-2.1.4 to adapt to many kinds of systems.
121121
122122
Usage: ./configure [OPTION]... [VAR=VALUE]...
123123
@@ -182,10 +182,10 @@ ocho() {
182182

183183
show_version() {
184184
if [ "$QUIET" = 1 ]; then
185-
echo "2.1.2"
185+
echo "2.1.4"
186186
exit 0
187187
fi
188-
echo "acr-2.1.2 configuration script done with acr v2.1.2.
188+
echo "acr-2.1.4 configuration script done with acr v2.1.4.
189189
The 'Free Software Foundation' message is only for autodetection.
190190
Originally written by pancake <nopcode.org>."
191191
exit 0
@@ -214,7 +214,7 @@ case $flag in
214214
show_version ; ;;
215215
-r|--r|--report)
216216
echo "PKGNAME: acr"
217-
echo "VERSION: 2.1.2"
217+
echo "VERSION: 2.1.4"
218218
echo "AUTHOR: pancake"
219219
echo "EMAIL: [email protected]"
220220
echo "DESCRIPTION: automatic configuration replacement tool"
@@ -381,7 +381,7 @@ done
381381
fi
382382
#ACR# /* package information */
383383
#ACR# PKGNAME acr
384-
#ACR# VERSION 2.1.2
384+
#ACR# VERSION 2.1.4
385385
#ACR# CONTACT pancake ; [email protected]
386386
#ACR#
387387
#ACR# DESCRIPTION automatic configuration replacement tool ;

configure.acr

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* package information */
22
PKGNAME acr
3-
VERSION 2.1.2
3+
VERSION 2.1.4
44
CONTACT pancake ; [email protected]
55

66
DESCRIPTION automatic configuration replacement tool ;

0 commit comments

Comments
 (0)