From 2d0f9d044bed25c046959f36c61fb89e4061fb32 Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Sat, 13 Sep 2014 01:21:25 +0300 Subject: New version name for new development. --- commandrunner.py | 0 coredata.py | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 commandrunner.py diff --git a/commandrunner.py b/commandrunner.py old mode 100644 new mode 100755 diff --git a/coredata.py b/coredata.py index 155a493..d573230 100644 --- a/coredata.py +++ b/coredata.py @@ -14,7 +14,7 @@ import pickle, os, uuid -version = '0.20.0' +version = '0.21.0-research' # This class contains all data that must persist over multiple # invocations of Meson. It is roughly the same thing as -- cgit v1.1