From 6fb22ae2bf89ca644009d9954ba83938cd1fbb10 Mon Sep 17 00:00:00 2001 From: Alex Reinking Date: Wed, 5 Jan 2022 14:07:14 -0800 Subject: [PATCH] Bump version to 13.0.3 --- CMakeLists.txt | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 03838f3330d5..986ddf217612 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.16...3.20) project(Halide - VERSION 13.0.2 + VERSION 13.0.3 DESCRIPTION "Halide compiler and libraries" HOMEPAGE_URL "https://halide-lang.org") diff --git a/README.md b/README.md index c0d80e17cfb5..0f2664bb2569 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ 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.2**. We provide binary releases +The latest version of Halide is **Halide 13.0.3**. 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/tag/v13.0.1)).