NEWS, meson: prepare 0.2.19-rc1

Mark the 0.2.19 NEWS section as -rc1 and bump the project version from
0.2.18 to 0.2.19 for the release candidate tag.
This commit is contained in:
Sergio Ammirata
2026-06-26 14:19:46 -04:00
parent 0cf88d505a
commit c35738cc38
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ Recommendations TR-06-1 (Simple Profile), TR-06-2 (Main Profile),
and TR-06-3 (Advanced Profile).
Changes for 0.2.19:
Changes for 0.2.19-rc1:
---------------------------------
Features:
+1 -1
View File
@@ -4,7 +4,7 @@
# SPDX-License-Identifier: BSD-2-Clause
project('libRIST', 'c',
version: '0.2.18',
version: '0.2.19',
default_options: ['c_std=c99', 'warning_level=3', 'libdir=lib'],
meson_version: '>= 0.51.0')