chiark / gitweb /
gnome-ask-password-agent.vala: check for VALA_0_12
authorKay Sievers <kay.sievers@vrfy.org>
Fri, 11 Mar 2011 14:55:20 +0000 (15:55 +0100)
committerKay Sievers <kay.sievers@vrfy.org>
Fri, 11 Mar 2011 14:55:20 +0000 (15:55 +0100)
commite75c058023a7e130599f5a3ae2981540d8e397c8
tree7c21e426675bfca14ee4f20d2527ae9db26c93b2
parent202df05e0f01d79177dfeee6acf1748089f484a8
gnome-ask-password-agent.vala: check for VALA_0_12

<juergbi> VALA_0_X is defined up to and including the current version
<juergbi> so VALA_0_10 is defined in 0.10 and 0.11 and 0.12
<juergbi> VALA_0_12 is defined in 0.11 and 0.12 (and later versions)
<juergbi> reverse the branches and use VALA_0_12 as conditional
<kay> juergbi: changing api but keep the defines?
<kay> how do we support vala 0.14 then?
<kay> you keep that model with the old defines?
<juergbi> VALA_0_10 corresponds to valaversion >= 0.10
src/gnome-ask-password-agent.vala