start the 0.15.2 release cycle

This commit is contained in:
Andrew Kelley
2025-08-19 16:21:17 -07:00
parent 3db960767d
commit 409b194d6d
2 changed files with 2 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 1)
set(ZIG_VERSION_PATCH 2)
set(ZIG_VERSION "" CACHE STRING "Override Zig version string. Default is to find out with git.")
if("${ZIG_VERSION}" STREQUAL "")