aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2016-01-24 18:56:04 +0200
committerJussi Pakkanen <jpakkane@gmail.com>2016-01-24 18:56:04 +0200
commitdf47d0b1a502a05b845cd0ca7b0a0e32d9a9182f (patch)
tree8582b60047551b2a377025ef7d489de8390bff3e /mesonbuild
parent4319f002a143c0df64564c39d6d2d5091daf1603 (diff)
downloadmeson-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.py4
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']