Skip to content

Commit ceee576

Browse files
committed
Release 2.1.0
1 parent 762c0dc commit ceee576

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

configure

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -128,12 +128,12 @@ done
128128
: ${INSTALL_PROGRAM_STRIP:=${INSTALL} -m 755 -s}
129129
: ${INSTALL_MAN:=${INSTALL} -m 444}
130130
: ${INSTALL_LIB:=${INSTALL} -m 755 -c}
131-
PKGNAME='valabind' ; VERSION='2.0.0' ; VERSION_MAJOR=2; VERSION_MINOR=0; VERSION_PATCH=0; VERSION_NUMBER=20000; CONTACT_MAIL="pancake@nopcode.org" ; CONTACT_NAME="pancake" ; CONTACT="pancake <pancake@nopcode.org>" ;
131+
PKGNAME='valabind' ; VERSION='2.1.0' ; VERSION_MAJOR=2; VERSION_MINOR=1; VERSION_PATCH=0; VERSION_NUMBER=20100; CONTACT_MAIL="pancake@nopcode.org" ; CONTACT_NAME="pancake" ; CONTACT="pancake <pancake@nopcode.org>" ;
132132
}
133133

134134
show_usage() {
135135
cat <<EOF2
136-
'configure' configures valabind-2.0.0 to adapt to many kinds of systems.
136+
'configure' configures valabind-2.1.0 to adapt to many kinds of systems.
137137
138138
Usage: ./configure [OPTION]... [VAR=VALUE]...
139139
@@ -217,10 +217,10 @@ ocho() {
217217

218218
show_version() {
219219
if [ "$QUIET" = 1 ]; then
220-
echo "2.0.0"
220+
echo "2.1.0"
221221
exit 0
222222
fi
223-
echo "valabind-2.0.0 configuration script done with acr v2.2.6.
223+
echo "valabind-2.1.0 configuration script done with acr v2.2.6.
224224
The 'Free Software Foundation' message is only for autodetection.
225225
Originally written by pancake <nopcode.org>."
226226
exit 0
@@ -249,7 +249,7 @@ case $flag in
249249
show_version ; ;;
250250
-r|--r|--report)
251251
echo "PKGNAME: valabind"
252-
echo "VERSION: 2.0.0"
252+
echo "VERSION: 2.1.0"
253253
echo "AUTHOR: pancake"
254254
echo "EMAIL: pancake@nopcode.org"
255255
echo "LANGS: c vala"

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.0.0
2+
VERSION 2.1.0
33
CONTACT pancake ; pancake@nopcode.org
44

55
LANG_C!

0 commit comments

Comments
 (0)