start the 0.15.0 release cycle

This commit is contained in:
Andrew Kelley
2025-03-04 14:31:32 -08:00
parent 5ad91a646a
commit 05937b362a
2 changed files with 2 additions and 2 deletions

View File

@@ -38,7 +38,7 @@ project(zig
)
set(ZIG_VERSION_MAJOR 0)
set(ZIG_VERSION_MINOR 14)
set(ZIG_VERSION_MINOR 15)
set(ZIG_VERSION_PATCH 0)
set(ZIG_VERSION "" CACHE STRING "Override Zig version string. Default is to find out with git.")