diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2013-08-05 19:50:28 +0300 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2013-08-05 19:50:28 +0300 |
commit | d5c6e810baa3d9762fbd014b6198fbda9b30bbdb (patch) | |
tree | 2f135ff9d4f4d0f85dd53cdd0944cd14a4713a89 | |
parent | e8b36c9acc66f04cc3060fe05978f22fbae2bacf (diff) | |
download | meson-d5c6e810baa3d9762fbd014b6198fbda9b30bbdb.zip meson-d5c6e810baa3d9762fbd014b6198fbda9b30bbdb.tar.gz meson-d5c6e810baa3d9762fbd014b6198fbda9b30bbdb.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 03d848b..78a8ef0 100644 --- a/coredata.py +++ b/coredata.py @@ -14,7 +14,7 @@ import pickle -version = '0.6.0' +version = '0.7.0-research' # This class contains all data that must persist over multiple # invocations of Meson. It is roughly the same thing as |