From 3986a9ec2e31d5adf81c9f53f7619a40573e6477 Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Sat, 22 Mar 2014 23:36:37 +0200 Subject: [PATCH] Here we go again. --- coredata.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coredata.py b/coredata.py index 672179651..69f06a4a3 100644 --- a/coredata.py +++ b/coredata.py @@ -14,7 +14,7 @@ import pickle, os, uuid -version = '0.14.0' +version = '0.15.0-research' # This class contains all data that must persist over multiple # invocations of Meson. It is roughly the same thing as