diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2016-01-24 18:56:04 +0200 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2016-01-24 18:56:04 +0200 |
commit | df47d0b1a502a05b845cd0ca7b0a0e32d9a9182f (patch) | |
tree | 8582b60047551b2a377025ef7d489de8390bff3e /mesonbuild | |
parent | 4319f002a143c0df64564c39d6d2d5091daf1603 (diff) | |
download | meson-df47d0b1a502a05b845cd0ca7b0a0e32d9a9182f.zip meson-df47d0b1a502a05b845cd0ca7b0a0e32d9a9182f.tar.gz meson-df47d0b1a502a05b845cd0ca7b0a0e32d9a9182f.tar.bz2 |
Updated versions for release.0.29.0
Diffstat (limited to 'mesonbuild')
-rw-r--r-- | mesonbuild/coredata.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mesonbuild/coredata.py b/mesonbuild/coredata.py index 7a19772..715e744 100644 --- a/mesonbuild/coredata.py +++ b/mesonbuild/coredata.py @@ -1,4 +1,4 @@ -# Copyright 2012-2015 The Meson development team +# Copyright 2012-2016 The Meson development team # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -14,7 +14,7 @@ import pickle, os, uuid -version = '0.29.0.dev3' +version = '0.29.0' build_types = ['plain', 'debug', 'debugoptimized', 'release'] layouts = ['mirror', 'flat'] |