release: bump 2.18.0~pre4 + release notes.

This commit is contained in:
2026-03-14 20:09:55 -06:00
parent 4fe8e273e4
commit b5ebba4521
5 changed files with 24 additions and 3 deletions

View File

@@ -19,7 +19,7 @@ else:
if not hasattr(sys, 'argv'):
sys.argv = ['<zoitechat>']
VERSION = b'2.18.0~pre3'
VERSION = b'2.18.0~pre4'
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)