summaryrefslogtreecommitdiff
path: root/coredata.py
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2014-08-11 00:22:06 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2014-08-11 00:22:06 +0300
commit3032bf528357b8cb1c6be9c591f916068a921be3 (patch)
tree4e68ef743af8d5f764f5406e09ca15933c78e424 /coredata.py
parentc4860ff60f7d147683486f012dba742f3c460a0b (diff)
downloadmeson-3032bf528357b8cb1c6be9c591f916068a921be3.tar.gz
Commit number 1000 is release number 0.19.0.
Diffstat (limited to 'coredata.py')
-rw-r--r--coredata.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/coredata.py b/coredata.py
index 4e744ecd5..8b6ff8029 100644
--- a/coredata.py
+++ b/coredata.py
@@ -14,7 +14,7 @@
import pickle, os, uuid
-version = '0.19.0-research'
+version = '0.19.0'
# This class contains all data that must persist over multiple
# invocations of Meson. It is roughly the same thing as