diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2018-07-18 22:47:58 +0300 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2018-07-18 22:52:22 +0300 |
commit | e3b0145e73b266a7fc3c1e5a494dbdd9cc1f0114 (patch) | |
tree | 49fdabd2e89638a1bdab95f3d5f1a426cc536fd6 /mesonbuild/environment.py | |
parent | efba19387292054b0c9c72d9e445992a4e3e473c (diff) | |
download | meson-builddirupgrade.tar.gz |
Can upgrade build directory from an old version.builddirupgrade
Diffstat (limited to 'mesonbuild/environment.py')
-rw-r--r-- | mesonbuild/environment.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mesonbuild/environment.py b/mesonbuild/environment.py index 0aa0b3231..ee206e398 100644 --- a/mesonbuild/environment.py +++ b/mesonbuild/environment.py @@ -1,4 +1,4 @@ -# Copyright 2012-2016 The Meson development team +# Copyright 2012-2018 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. |