aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2016-07-30 22:33:34 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2016-07-30 22:33:34 +0300
commit37ddadcd8765d22add71b6eae25f63d0f1caa74a (patch)
tree16db0bf34a51095137301f5ac9cef2bacc733c28 /mesonbuild
parent1d36f686299076973cf9cabe300c521b73838dca (diff)
downloadmeson-37ddadcd8765d22add71b6eae25f63d0f1caa74a.zip
meson-37ddadcd8765d22add71b6eae25f63d0f1caa74a.tar.gz
meson-37ddadcd8765d22add71b6eae25f63d0f1caa74a.tar.bz2
Raise version number for release.0.33.0
Diffstat (limited to 'mesonbuild')
-rw-r--r--mesonbuild/coredata.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mesonbuild/coredata.py b/mesonbuild/coredata.py
index c397509..85095ee 100644
--- a/mesonbuild/coredata.py
+++ b/mesonbuild/coredata.py
@@ -15,7 +15,7 @@
import pickle, os, uuid
from .mesonlib import MesonException, default_libdir, default_libexecdir, default_prefix
-version = '0.33.0.dev1'
+version = '0.33.0'
backendlist = ['ninja', 'vs2010', 'vs2015', 'xcode']
class UserOption: