Skip to content

Commit

Permalink
Release valabind-1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed Jan 11, 2018
1 parent c6cd049 commit ba3452d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
_VERSION=2.1

_VERSION=?
-include config.mk

PWD:=$(shell pwd)
Expand Down
8 changes: 4 additions & 4 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -103,12 +103,12 @@ done
: ${INSTALL_PROGRAM_STRIP:=${INSTALL} -m 755 -s}
: ${INSTALL_MAN:=${INSTALL} -m 444}
: ${INSTALL_LIB:=${INSTALL} -m 755 -c}
PKGNAME='valabind' ; VERSION='2.1' ; CONTACT_MAIL="pancake@nopcode.org" ; CONTACT_NAME="pancake" ; CONTACT="pancake <pancake@nopcode.org>" ;
PKGNAME='valabind' ; VERSION='1.5' ; CONTACT_MAIL="pancake@nopcode.org" ; CONTACT_NAME="pancake" ; CONTACT="pancake <pancake@nopcode.org>" ;
}

show_usage() {
cat <<EOF2
'configure' configures valabind-2.1 to adapt to many kinds of systems.
'configure' configures valabind-1.5 to adapt to many kinds of systems.
Usage: ./configure [OPTION]... [VAR=VALUE]...
Expand Down Expand Up @@ -180,7 +180,7 @@ take_environ() {
}

show_version() {
echo "valabind-2.1 configuration script done with acr v1.3.
echo "valabind-1.5 configuration script done with acr v1.3.
The 'Free Software Foundation' message is only for autodetection.
Originally written by pancake <nopcode.org>."
exit 0
Expand All @@ -204,7 +204,7 @@ case $flag in
show_version ; ;;
-r|--r|--report)
echo "PKGNAME: valabind"
echo "VERSION: 2.1"
echo "VERSION: 1.5"
echo "LANGS: c vala"
echo "FLAGS: --with-vala=vala --with-valac=valac"
exit 0
Expand Down
2 changes: 1 addition & 1 deletion configure.acr
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PKGNAME valabind
VERSION 2.1
VERSION 1.5
CONTACT pancake ; pancake@nopcode.org

LANG_C!
Expand Down

0 comments on commit ba3452d

Please sign in to comment.