diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2014-01-20 00:57:24 +0200 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2014-01-20 00:57:24 +0200 |
commit | 3993039933991514852c6a36420d645221140930 (patch) | |
tree | de04507b2199a8bab8200bbdc147f90f53890829 | |
parent | c9d95603483a0fe76c3edfda2b242496535d1b86 (diff) | |
download | meson-3993039933991514852c6a36420d645221140930.zip meson-3993039933991514852c6a36420d645221140930.tar.gz meson-3993039933991514852c6a36420d645221140930.tar.bz2 |
Bumped 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 e6fb664..10ea744 100644 --- a/coredata.py +++ b/coredata.py @@ -14,7 +14,7 @@ import pickle, os -version = '0.12.0' +version = '0.13.0-research' # This class contains all data that must persist over multiple # invocations of Meson. It is roughly the same thing as |