diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2014-02-24 22:32:30 +0200 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2014-02-24 22:32:30 +0200 |
commit | 1a2b69d5c3bc511aa2cac732c19c5290ff8f90ce (patch) | |
tree | 8608ebc60381fa0c83d908c88af4c4f4aefef8ab | |
parent | 54788e9114cdc8ca1428ea1b4be42107533353f0 (diff) | |
download | meson-1a2b69d5c3bc511aa2cac732c19c5290ff8f90ce.zip meson-1a2b69d5c3bc511aa2cac732c19c5290ff8f90ce.tar.gz meson-1a2b69d5c3bc511aa2cac732c19c5290ff8f90ce.tar.bz2 |
Bumb version number for new release.
-rw-r--r-- | coredata.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coredata.py b/coredata.py index 4866c92..6ec58ad 100644 --- a/coredata.py +++ b/coredata.py @@ -14,7 +14,7 @@ import pickle, os -version = '0.13.0' +version = '0.14.0-research' # This class contains all data that must persist over multiple # invocations of Meson. It is roughly the same thing as |