diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2014-03-22 23:36:37 +0200 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2014-03-22 23:36:37 +0200 |
commit | 3986a9ec2e31d5adf81c9f53f7619a40573e6477 (patch) | |
tree | 522cfb89b101e9b11cab4273e7f8122046f4954c | |
parent | 160024ca3f2076b771cdfa4d37e129cdd28bc88d (diff) | |
download | meson-3986a9ec2e31d5adf81c9f53f7619a40573e6477.zip meson-3986a9ec2e31d5adf81c9f53f7619a40573e6477.tar.gz meson-3986a9ec2e31d5adf81c9f53f7619a40573e6477.tar.bz2 |
Here we go again.
-rw-r--r-- | coredata.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coredata.py b/coredata.py index 6721796..69f06a4 100644 --- a/coredata.py +++ b/coredata.py @@ -14,7 +14,7 @@ import pickle, os, uuid -version = '0.14.0' +version = '0.15.0-research' # This class contains all data that must persist over multiple # invocations of Meson. It is roughly the same thing as |