Skip to content

Commit 2c16138

Browse files
committed
Release 1.7.1
1 parent 72139c4 commit 2c16138

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

configure

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/sh
2-
# This script was automatically generated by ACR v1.7.1
2+
# This script was automatically generated by ACR v1.6.2
33
# @author: pancake <nopcode.org>
44
# @url: http://www.nopcode.org
55
# @repo: git clone https://github.com/radare/acr
@@ -104,12 +104,12 @@ done
104104
: ${INSTALL_PROGRAM_STRIP:=${INSTALL} -m 755 -s}
105105
: ${INSTALL_MAN:=${INSTALL} -m 444}
106106
: ${INSTALL_LIB:=${INSTALL} -m 755 -c}
107-
PKGNAME='valabind' ; VERSION='1.7' ; CONTACT_MAIL="pancake@nopcode.org" ; CONTACT_NAME="pancake" ; CONTACT="pancake <pancake@nopcode.org>" ;
107+
PKGNAME='valabind' ; VERSION='1.7.1' ; CONTACT_MAIL="pancake@nopcode.org" ; CONTACT_NAME="pancake" ; CONTACT="pancake <pancake@nopcode.org>" ;
108108
}
109109

110110
show_usage() {
111111
cat <<EOF2
112-
'configure' configures valabind-1.7 to adapt to many kinds of systems.
112+
'configure' configures valabind-1.7.1 to adapt to many kinds of systems.
113113
114114
Usage: ./configure [OPTION]... [VAR=VALUE]...
115115
@@ -181,7 +181,7 @@ take_environ() {
181181
}
182182

183183
show_version() {
184-
echo "valabind-1.7 configuration script done with acr v1.7.1.
184+
echo "valabind-1.7.1 configuration script done with acr v1.6.2.
185185
The 'Free Software Foundation' message is only for autodetection.
186186
Originally written by pancake <nopcode.org>."
187187
exit 0
@@ -205,7 +205,7 @@ case $flag in
205205
show_version ; ;;
206206
-r|--r|--report)
207207
echo "PKGNAME: valabind"
208-
echo "VERSION: 1.7"
208+
echo "VERSION: 1.7.1"
209209
echo "LANGS: c vala"
210210
echo "FLAGS: --with-vala=vala --with-valac=valac"
211211
exit 0

configure.acr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PKGNAME valabind
2-
VERSION 1.7
2+
VERSION 1.7.1
33
CONTACT pancake ; pancake@nopcode.org
44

55
LANG_C!

0 commit comments

Comments
 (0)