start the 0.15.1 release cycle

This commit is contained in:
Andrew Kelley
2025-08-19 16:01:09 -07:00
parent 94cda37d69
commit f54f061fb3
3 changed files with 3 additions and 2 deletions

View File

@@ -39,7 +39,7 @@ project(zig
set(ZIG_VERSION_MAJOR 0)
set(ZIG_VERSION_MINOR 15)
set(ZIG_VERSION_PATCH 0)
set(ZIG_VERSION_PATCH 1)
set(ZIG_VERSION "" CACHE STRING "Override Zig version string. Default is to find out with git.")
if("${ZIG_VERSION}" STREQUAL "")