Skip to content

Commit

Permalink
Release 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed Nov 30, 2020
1 parent 101be91 commit 874291a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
11 changes: 5 additions & 6 deletions configure
Expand Up @@ -110,12 +110,12 @@ done
: ${INSTALL_PROGRAM_STRIP:=${INSTALL} -m 755 -s}
: ${INSTALL_MAN:=${INSTALL} -m 444}
: ${INSTALL_LIB:=${INSTALL} -m 755 -c}
PKGNAME='valabind' ; VERSION='1.7.2' ; VERSION_MAJOR=1; VERSION_MINOR=7; VERSION_PATCH=2; VERSION_NUMBER=10702; CONTACT_MAIL="pancake@nopcode.org" ; CONTACT_NAME="pancake" ; CONTACT="pancake <pancake@nopcode.org>" ;
PKGNAME='valabind' ; VERSION='1.8.0' ; VERSION_MAJOR=1; VERSION_MINOR=8; VERSION_PATCH=0; VERSION_NUMBER=10800; CONTACT_MAIL="pancake@nopcode.org" ; CONTACT_NAME="pancake" ; CONTACT="pancake <pancake@nopcode.org>" ;
}

show_usage() {
cat <<EOF2
'configure' configures valabind-1.7.2 to adapt to many kinds of systems.
'configure' configures valabind-1.8.0 to adapt to many kinds of systems.
Usage: ./configure [OPTION]... [VAR=VALUE]...
Expand Down Expand Up @@ -165,7 +165,6 @@ printf "
Some influential environment variables:
CC C compiler command
CFLAGS C compiler flags
CPPFLAGS C preprocessor flags
LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
nonstandard directory <lib dir>
CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have
Expand Down Expand Up @@ -199,10 +198,10 @@ ocho() {

show_version() {
if [ "$QUIET" = 1 ]; then
echo "1.7.2"
echo "1.8.0"
exit 0
fi
echo "valabind-1.7.2 configuration script done with acr v1.9.4.
echo "valabind-1.8.0 configuration script done with acr v1.9.4.
The 'Free Software Foundation' message is only for autodetection.
Originally written by pancake <nopcode.org>."
exit 0
Expand Down Expand Up @@ -231,7 +230,7 @@ case $flag in
show_version ; ;;
-r|--r|--report)
echo "PKGNAME: valabind"
echo "VERSION: 1.7.2"
echo "VERSION: 1.8.0"
echo "LANGS: c vala"
echo "FLAGS: --with-vala=vala --with-valac=valac"
exit 0
Expand Down
2 changes: 1 addition & 1 deletion configure.acr
@@ -1,5 +1,5 @@
PKGNAME valabind
VERSION 1.7.2
VERSION 1.8.0
CONTACT pancake ; pancake@nopcode.org

LANG_C!
Expand Down

0 comments on commit 874291a

Please sign in to comment.