Skip to content

Commit

Permalink
eclass/vala.eclass: 0.30 is the new max version
Browse files Browse the repository at this point in the history
  • Loading branch information
pacho2 committed Nov 14, 2015
1 parent 8343e95 commit 1dd7f67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eclass/vala.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ VALA_MIN_API_VERSION=${VALA_MIN_API_VERSION:-0.20}

# @ECLASS-VARIABLE: VALA_MAX_API_VERSION
# @DESCRIPTION:
# Maximum vala API version (e.g. 0.28).
VALA_MAX_API_VERSION=${VALA_MAX_API_VERSION:-0.28}
# Maximum vala API version (e.g. 0.30).
VALA_MAX_API_VERSION=${VALA_MAX_API_VERSION:-0.30}

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

0 comments on commit 1dd7f67

Please sign in to comment.