Skip to content

Commit ba3452d

Browse files
committed
Release valabind-1.5
1 parent c6cd049 commit ba3452d

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
_VERSION=2.1
2-
1+
_VERSION=?
32
-include config.mk
43

54
PWD:=$(shell pwd)

configure

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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='valabind' ; VERSION='2.1' ; CONTACT_MAIL="[email protected]" ; CONTACT_NAME="pancake" ; CONTACT="pancake <[email protected]>" ;
106+
PKGNAME='valabind' ; VERSION='1.5' ; CONTACT_MAIL="[email protected]" ; CONTACT_NAME="pancake" ; CONTACT="pancake <[email protected]>" ;
107107
}
108108

109109
show_usage() {
110110
cat <<EOF2
111-
'configure' configures valabind-2.1 to adapt to many kinds of systems.
111+
'configure' configures valabind-1.5 to adapt to many kinds of systems.
112112
113113
Usage: ./configure [OPTION]... [VAR=VALUE]...
114114
@@ -180,7 +180,7 @@ take_environ() {
180180
}
181181

182182
show_version() {
183-
echo "valabind-2.1 configuration script done with acr v1.3.
183+
echo "valabind-1.5 configuration script done with acr v1.3.
184184
The 'Free Software Foundation' message is only for autodetection.
185185
Originally written by pancake <nopcode.org>."
186186
exit 0
@@ -204,7 +204,7 @@ case $flag in
204204
show_version ; ;;
205205
-r|--r|--report)
206206
echo "PKGNAME: valabind"
207-
echo "VERSION: 2.1"
207+
echo "VERSION: 1.5"
208208
echo "LANGS: c vala"
209209
echo "FLAGS: --with-vala=vala --with-valac=valac"
210210
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 2.1
2+
VERSION 1.5
33
CONTACT pancake ; [email protected]
44

55
LANG_C!

0 commit comments

Comments
 (0)