Skip to content

Commit 82c3c63

Browse files
committed
Release 2.0.0
1 parent 0919bc1 commit 82c3c63

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 v1.9.9
2+
# This script was automatically generated by ACR v2.0.0
33
# @author: pancake <nopcode.org>
44
# @url: http://www.nopcode.org
55
# @repo: git clone https://github.com/radare/acr
@@ -109,12 +109,12 @@ done
109109
: ${INSTALL_PROGRAM_STRIP:=${INSTALL} -m 755 -s}
110110
: ${INSTALL_MAN:=${INSTALL} -m 444}
111111
: ${INSTALL_LIB:=${INSTALL} -m 755 -c}
112-
PKGNAME='acr' ; VERSION='1.9.9' ; VERSION_MAJOR=1; VERSION_MINOR=9; VERSION_PATCH=9; VERSION_NUMBER=10909; CONTACT_MAIL="[email protected]" ; CONTACT_NAME="pancake" ; CONTACT="pancake <[email protected]>" ;
112+
PKGNAME='acr' ; VERSION='2.0.0' ; VERSION_MAJOR=2; VERSION_MINOR=0; VERSION_PATCH=0; VERSION_NUMBER=20000; CONTACT_MAIL="[email protected]" ; CONTACT_NAME="pancake" ; CONTACT="pancake <[email protected]>" ;
113113
}
114114

115115
show_usage() {
116116
cat <<EOF2
117-
'configure' configures acr-1.9.9 to adapt to many kinds of systems.
117+
'configure' configures acr-2.0.0 to adapt to many kinds of systems.
118118
119119
Usage: ./configure [OPTION]... [VAR=VALUE]...
120120
@@ -179,10 +179,10 @@ ocho() {
179179

180180
show_version() {
181181
if [ "$QUIET" = 1 ]; then
182-
echo "1.9.9"
182+
echo "2.0.0"
183183
exit 0
184184
fi
185-
echo "acr-1.9.9 configuration script done with acr v1.9.9.
185+
echo "acr-2.0.0 configuration script done with acr v2.0.0.
186186
The 'Free Software Foundation' message is only for autodetection.
187187
Originally written by pancake <nopcode.org>."
188188
exit 0
@@ -211,7 +211,7 @@ case $flag in
211211
show_version ; ;;
212212
-r|--r|--report)
213213
echo "PKGNAME: acr"
214-
echo "VERSION: 1.9.9"
214+
echo "VERSION: 2.0.0"
215215
exit 0
216216
;;
217217
--cache-file)
@@ -373,7 +373,7 @@ done
373373
fi
374374
#ACR# (( package information ))
375375
#ACR# PKGNAME acr
376-
#ACR# VERSION 1.9.9
376+
#ACR# VERSION 2.0.0
377377
#ACR# CONTACT pancake ; [email protected]
378378
#ACR#
379379
#ACR# (( needed programs ))

configure.acr

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
(( package information ))
22
PKGNAME acr
3-
VERSION 1.9.9
3+
VERSION 2.0.0
44
CONTACT pancake ; [email protected]
55

66
(( needed programs ))

0 commit comments

Comments
 (0)