diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2015-01-19 21:57:45 +0200 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2015-01-19 21:57:45 +0200 |
commit | 9b79c635f8e9c90e01dcd1a3e16d0890ccb8bbac (patch) | |
tree | d46462e82d7ad550c1296aae65b39ca699ddc46c | |
parent | 94cdde038a267910f6c392c506d0dc728e2b92f7 (diff) | |
download | meson-9b79c635f8e9c90e01dcd1a3e16d0890ccb8bbac.zip meson-9b79c635f8e9c90e01dcd1a3e16d0890ccb8bbac.tar.gz meson-9b79c635f8e9c90e01dcd1a3e16d0890ccb8bbac.tar.bz2 |
New version number for new development.
-rw-r--r-- | coredata.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coredata.py b/coredata.py index 1b56fd0..15c327a 100644 --- a/coredata.py +++ b/coredata.py @@ -14,7 +14,7 @@ import pickle, os, uuid -version = '0.22.0' +version = '0.23.0-research' # This class contains all data that must persist over multiple # invocations of Meson. It is roughly the same thing as |