Preferences and config saving:
diff --git a/meson.build b/meson.build
index 4876784d..d255f95a 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('zoitechat', 'c',
- version: '2.18.0~pre5',
+ version: '2.18.0~pre6',
meson_version: '>= 0.55.0',
default_options: [
'c_std=c17',
diff --git a/plugins/python/python.py b/plugins/python/python.py
index 84b93b4f..30c59fc1 100644
--- a/plugins/python/python.py
+++ b/plugins/python/python.py
@@ -19,7 +19,7 @@ else:
if not hasattr(sys, 'argv'):
sys.argv = ['']
-VERSION = b'2.18.0~pre5'
+VERSION = b'2.18.0~pre6'
PLUGIN_NAME = ffi.new('char[]', b'Python')
PLUGIN_DESC = ffi.new('char[]', b'Python %d.%d scripting interface' % (sys.version_info[0], sys.version_info[1]))
PLUGIN_VERSION = ffi.new('char[]', VERSION)
diff --git a/win32/version.txt b/win32/version.txt
index 6814f843..4977304b 100644
--- a/win32/version.txt
+++ b/win32/version.txt
@@ -1 +1 @@
-2.18.0~pre5
+2.18.0~pre6