Skip to content

Commit

Permalink
Bump development Halide version to 15.0.0 (halide#6678)
Browse files Browse the repository at this point in the history
* Bump development Halide version to 15.0.0

* trigger buildbots
  • Loading branch information
alexreinking authored and ardier committed Mar 3, 2024
1 parent 3e10b44 commit 9c0bbc5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.16...3.20)
cmake_minimum_required(VERSION 3.16...3.23)
project(Halide
VERSION 14.0.0
VERSION 15.0.0
DESCRIPTION "Halide compiler and libraries"
HOMEPAGE_URL "https://halide-lang.org")

Expand Down
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,12 @@ If you've acquired a full source distribution and want to build Halide, see the

## Binary tarballs

The latest version of Halide is **Halide 13.0.0**. We provide binary releases
for many popular platforms and architectures, including 32/64-bit x86 Windows,
64-bit macOS, and 32/64-bit x86/ARM Ubuntu Linux. See the releases tab on the
right (or click [here](https://github.com/halide/Halide/releases)).
The latest version of Halide can always be found on GitHub
at https://github.com/halide/Halide/releases

We provide binary releases for many popular platforms and architectures,
including 32/64-bit x86 Windows, 64-bit macOS, and 32/64-bit x86/ARM
Ubuntu Linux.

## Vcpkg

Expand Down Expand Up @@ -80,7 +82,7 @@ These are the **tested** host toolchain and platform combinations for building
and running the Halide compiler library.

| Compiler | Version | OS | Architectures |
| ---------- | ------------ | ---------------------- | --------------- |
|------------|--------------|------------------------|-----------------|
| GCC | 7.5 | Ubuntu Linux 20.04 LTS | x86, x64, ARM32 |
| GCC | 7.5 | Ubuntu Linux 18.04 LTS | ARM32, ARM64 |
| MSVC | 2019 (19.28) | Windows 10 (20H2) | x86, x64 |
Expand Down

0 comments on commit 9c0bbc5

Please sign in to comment.