diff options
author | Matt Turner <mattst88@gentoo.org> | 2021-04-17 23:21:18 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2021-04-17 23:45:44 -0400 |
commit | d8d1824e2b68a2c2c279189f74931fdd600f517b (patch) | |
tree | d57aa019d6dfeae41c6d9758c0c827faa591e0ed /eclass | |
parent | dev-libs/vala-common: Version bump to 0.52.2 (diff) | |
download | gentoo-d8d1824e2b68a2c2c279189f74931fdd600f517b.tar.gz gentoo-d8d1824e2b68a2c2c279189f74931fdd600f517b.tar.bz2 gentoo-d8d1824e2b68a2c2c279189f74931fdd600f517b.zip |
dev-lang/vala: Version bump to 0.52.2
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/vala.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/vala.eclass b/eclass/vala.eclass index 88c5231286ab..7bdf0d9d0e5b 100644 --- a/eclass/vala.eclass +++ b/eclass/vala.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # @ECLASS: vala.eclass @@ -32,7 +32,7 @@ VALA_MIN_API_VERSION=${VALA_MIN_API_VERSION:-0.36} # @ECLASS-VARIABLE: VALA_MAX_API_VERSION # @DESCRIPTION: # Maximum vala API version (e.g. 0.36). -VALA_MAX_API_VERSION=${VALA_MAX_API_VERSION:-0.50} +VALA_MAX_API_VERSION=${VALA_MAX_API_VERSION:-0.52} # @ECLASS-VARIABLE: VALA_USE_DEPEND # @DEFAULT_UNSET |