Skip to content

Commit f1981b4

Browse files
committed
Release acr-1.9.3
1 parent e77db3b commit f1981b4

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

configure

+6-6
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.2
2+
# This script was automatically generated by ACR v1.9.3
33
# @author: pancake <nopcode.org>
44
# @url: http://www.nopcode.org
55
# @repo: git clone https://github.com/radare/acr
@@ -103,12 +103,12 @@ done
103103
: ${INSTALL_PROGRAM_STRIP:=${INSTALL} -m 755 -s}
104104
: ${INSTALL_MAN:=${INSTALL} -m 444}
105105
: ${INSTALL_LIB:=${INSTALL} -m 755 -c}
106-
PKGNAME='acr' ; VERSION='1.9.2' ; VERSION_MAJOR=1; VERSION_MINOR=9; VERSION_PATCH=2; VERSION_NUMBER=10902; CONTACT_MAIL="[email protected]" ; CONTACT_NAME="pancake" ; CONTACT="pancake <[email protected]>" ;
106+
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]>" ;
107107
}
108108

109109
show_usage() {
110110
cat <<EOF2
111-
'configure' configures acr-1.9.2 to adapt to many kinds of systems.
111+
'configure' configures acr-1.9.3 to adapt to many kinds of systems.
112112
113113
Usage: ./configure [OPTION]... [VAR=VALUE]...
114114
@@ -160,7 +160,7 @@ take_environ() {
160160
}
161161

162162
show_version() {
163-
echo "acr-1.9.2 configuration script done with acr v1.9.2.
163+
echo "acr-1.9.3 configuration script done with acr v1.9.3.
164164
The 'Free Software Foundation' message is only for autodetection.
165165
Originally written by pancake <nopcode.org>."
166166
exit 0
@@ -184,7 +184,7 @@ case $flag in
184184
show_version ; ;;
185185
-r|--r|--report)
186186
echo "PKGNAME: acr"
187-
echo "VERSION: 1.9.2"
187+
echo "VERSION: 1.9.3"
188188
exit 0
189189
;;
190190
--cache-file)
@@ -336,7 +336,7 @@ echo " - ${A} = ${VAL}"
336336
done
337337
#ACR# (( package information ))
338338
#ACR# PKGNAME acr
339-
#ACR# VERSION 1.9.2
339+
#ACR# VERSION 1.9.3
340340
#ACR# CONTACT pancake ; [email protected]
341341
#ACR#
342342
#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.2
3+
VERSION 1.9.3
44
CONTACT pancake ; [email protected]
55

66
(( needed programs ))

0 commit comments

Comments
 (0)