Merge lp:~tuxator/midori/vala-bump into lp:midori

Proposed by Paweł Forysiuk
Status: Merged
Approved by: Cody Garver
Approved revision: 6239
Merged at revision: 6240
Proposed branch: lp:~tuxator/midori/vala-bump
Merge into: lp:midori
Diff against target: 14 lines (+2/-2)
1 file modified
wscript (+2/-2)
To merge this branch: bzr merge lp:~tuxator/midori/vala-bump
Reviewer Review Type Date Requested Status
Cody Garver (community) Approve
Review via email: mp+172242@code.launchpad.net

Commit message

Bump vala to 0.16.0

To post a comment you must log in.
Revision history for this message
Cody Garver (codygarver) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'wscript'
2--- wscript 2013-06-28 19:37:35 +0000
3+++ wscript 2013-06-30 14:41:26 +0000
4@@ -113,8 +113,8 @@
5 conf.check_tool ('compiler_cc')
6 conf.check_tool ('vala')
7 conf.check_tool ('glib2')
8- if not check_version (conf.env['VALAC_VERSION'], 0, 14, 0):
9- Utils.pprint ('RED', 'Vala 0.14.0 or later is required.')
10+ if not check_version (conf.env['VALAC_VERSION'], 0, 16, 0):
11+ Utils.pprint ('RED', 'Vala 0.16.0 or later is required.')
12 sys.exit (1)
13
14 if option_enabled ('nls'):

Subscribers

People subscribed via source and target branches

to all changes: