Release 0.7.0

master
Andrew Kelley 2020-11-08 12:02:09 -07:00
parent 03ae77b8b0
commit 0c90ccc297
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ project(zig C CXX)
set(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake ${CMAKE_MODULE_PATH})
set(ZIG_VERSION_MAJOR 0)
set(ZIG_VERSION_MINOR 6)
set(ZIG_VERSION_MINOR 7)
set(ZIG_VERSION_PATCH 0)
set(ZIG_VERSION "" CACHE STRING "Override Zig version string. Default is to find out with git.")