aboutsummaryrefslogtreecommitdiff
path: root/coredata.py
diff options
context:
space:
mode:
Diffstat (limited to 'coredata.py')
-rw-r--r--coredata.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/coredata.py b/coredata.py
index d3d7afe..58c8ee9 100644
--- a/coredata.py
+++ b/coredata.py
@@ -1,4 +1,4 @@
-# Copyright 2012 Jussi Pakkanen
+# Copyright 2012-2013 Jussi Pakkanen
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -14,7 +14,7 @@
import pickle, os
-version = '0.11.0-research'
+version = '0.11.0'
# This class contains all data that must persist over multiple
# invocations of Meson. It is roughly the same thing as