build: bump version to 1.12.14-pre3

Unlike earlier development releases, we use the "pre"` suffix, so 1.12.14-pre3
rather than 1.12.14-dev3. This for compatibility with the version-to-string
Elisp function that some external programs use to parse version information.
This commit is contained in:
Dirk-Jan C. Binnema
2025-11-11 00:25:49 +02:00
committed by Seth Ladygo
parent c1181be157
commit 95843d4e8a
2 changed files with 4 additions and 4 deletions

View File

@ -17,7 +17,7 @@
################################################################################
# project setup
project('mu', ['c', 'cpp'],
version: '1.12.14-dev2',
version: '1.12.14-pre3',
meson_version: '>= 0.56.0',
license: 'GPL-3.0-or-later',
default_options : [