Skip to content

Commit

Permalink
Set version to 12.0.0. Fixes #5259 (#5289)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexreinking committed Jan 9, 2021
1 parent 2e5f1e0 commit 9c59d94
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
cmake_minimum_required(VERSION 3.16)

if (NOT DEFINED Halide_VERSION)
set(Halide_VERSION 12.0.0)
endif ()
project(Halide VERSION ${Halide_VERSION})
project(Halide VERSION 12.0.0)

enable_testing()

Expand Down

0 comments on commit 9c59d94

Please sign in to comment.