summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure12
1 files changed, 6 insertions, 6 deletions
diff --git a/configure b/configure
index 7431ae6..56df0d5 100755
--- a/configure
+++ b/configure
@@ -2753,7 +2753,7 @@ fi
# Define the identity of the package.
PACKAGE=simple-scan
- VERSION=3.5.3
+ VERSION=3.6.0
cat >>confdefs.h <<_ACEOF
@@ -3952,11 +3952,11 @@ fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: No Vala compiler found. You will not be able to compile .vala source files." >&5
$as_echo "$as_me: WARNING: No Vala compiler found. You will not be able to compile .vala source files." >&2;}
else
- if test -n "0.13.0"; then :
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking $VALAC is at least version 0.13.0" >&5
-$as_echo_n "checking $VALAC is at least version 0.13.0... " >&6; }
+ if test -n "0.16.0"; then :
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking $VALAC is at least version 0.16.0" >&5
+$as_echo_n "checking $VALAC is at least version 0.16.0... " >&6; }
am__vala_version=`$VALAC --version | sed 's/Vala *//'`
- as_arg_v1=0.13.0
+ as_arg_v1=0.16.0
as_arg_v2="$am__vala_version"
awk "$as_awk_strverscmp" v1="$as_arg_v1" v2="$as_arg_v2" /dev/null
case $? in #(
@@ -3969,7 +3969,7 @@ $as_echo "yes" >&6; } ;; #(
2) :
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
$as_echo "no" >&6; }
- as_fn_error $? "Vala 0.13.0 not found." "$LINENO" 5 ;; #(
+ as_fn_error $? "Vala 0.16.0 not found." "$LINENO" 5 ;; #(
*) :
;;
esac