Skip to content

Commit 5469ff5

Browse files
committed
Release 1.9.4
1 parent 86053b4 commit 5469ff5

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.3
2+
# This script was automatically generated by ACR v1.9.4
33
# @author: pancake <nopcode.org>
44
# @url: http://www.nopcode.org
55
# @repo: git clone https://github.com/radare/acr
@@ -108,12 +108,12 @@ done
108108
: ${INSTALL_PROGRAM_STRIP:=${INSTALL} -m 755 -s}
109109
: ${INSTALL_MAN:=${INSTALL} -m 444}
110110
: ${INSTALL_LIB:=${INSTALL} -m 755 -c}
111-
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]>" ;
111+
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]>" ;
112112
}
113113

114114
show_usage() {
115115
cat <<EOF2
116-
'configure' configures acr-1.9.3 to adapt to many kinds of systems.
116+
'configure' configures acr-1.9.4 to adapt to many kinds of systems.
117117
118118
Usage: ./configure [OPTION]... [VAR=VALUE]...
119119
@@ -177,10 +177,10 @@ ocho() {
177177

178178
show_version() {
179179
if [ "$QUIET" = 1 ]; then
180-
echo "1.9.3"
180+
echo "1.9.4"
181181
exit 0
182182
fi
183-
echo "acr-1.9.3 configuration script done with acr v1.9.3.
183+
echo "acr-1.9.4 configuration script done with acr v1.9.4.
184184
The 'Free Software Foundation' message is only for autodetection.
185185
Originally written by pancake <nopcode.org>."
186186
exit 0
@@ -209,7 +209,7 @@ case $flag in
209209
show_version ; ;;
210210
-r|--r|--report)
211211
echo "PKGNAME: acr"
212-
echo "VERSION: 1.9.3"
212+
echo "VERSION: 1.9.4"
213213
exit 0
214214
;;
215215
--cache-file)
@@ -367,7 +367,7 @@ done
367367
fi
368368
#ACR# (( package information ))
369369
#ACR# PKGNAME acr
370-
#ACR# VERSION 1.9.3
370+
#ACR# VERSION 1.9.4
371371
#ACR# CONTACT pancake ; [email protected]
372372
#ACR#
373373
#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.3
3+
VERSION 1.9.4
44
CONTACT pancake ; [email protected]
55

66
(( needed programs ))

0 commit comments

Comments
 (0)