Skip to content

Commit

Permalink
vala.eclass: allow vala 0.36
Browse files Browse the repository at this point in the history
  • Loading branch information
EvaSDK committed Aug 15, 2017
1 parent 2108b5d commit 00ae77b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eclass/vala.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ VALA_MIN_API_VERSION=${VALA_MIN_API_VERSION:-0.32}
# @ECLASS-VARIABLE: VALA_MAX_API_VERSION
# @DESCRIPTION:
# Maximum vala API version (e.g. 0.32).
VALA_MAX_API_VERSION=${VALA_MAX_API_VERSION:-0.34}
VALA_MAX_API_VERSION=${VALA_MAX_API_VERSION:-0.36}

# @ECLASS-VARIABLE: VALA_USE_DEPEND
# @DEFAULT_UNSET
Expand Down

0 comments on commit 00ae77b

Please sign in to comment.