From 4e5618123dc83e70b4cdf3fc333f3dcb2edec320 Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Sat, 23 May 2015 21:29:30 +0300 Subject: Bump version number for release. --- coredata.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'coredata.py') diff --git a/coredata.py b/coredata.py index 180780cbc..4855ebadd 100644 --- a/coredata.py +++ b/coredata.py @@ -14,7 +14,7 @@ import pickle, os, uuid -version = '0.24.0-research' +version = '0.24.0' # This class contains all data that must persist over multiple # invocations of Meson. It is roughly the same thing as -- cgit v1.2.3