diff --git a/coredata.py b/coredata.py index 4866c9208..6ec58ad6f 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