From e55742825899c7b474f6a10365ea4e645bf7d703 Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Sun, 22 Dec 2013 02:29:09 +0200 Subject: Raise version number for new development. --- coredata.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coredata.py b/coredata.py index 58c8ee902..dcf7101e4 100644 --- a/coredata.py +++ b/coredata.py @@ -14,7 +14,7 @@ import pickle, os -version = '0.11.0' +version = '0.12.0-research' # This class contains all data that must persist over multiple # invocations of Meson. It is roughly the same thing as -- cgit v1.2.3