From 0c44f463c26437fe9c40a7a715babb5829075c8a Mon Sep 17 00:00:00 2001 From: Troels Henriksen Date: Sat, 23 Dec 2023 11:37:05 +0100 Subject: [PATCH] This is 0.25.11. --- CHANGELOG.md | 6 +----- futhark.cabal | 2 +- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 69ece62dc2..30c2681a02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## [0.26.0] +## [0.25.11] ### Added @@ -20,10 +20,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. * More fusion across array slicing. -### Removed - -### Changed - ### Fixed * Compatibility with CUDA versions prior than 12. diff --git a/futhark.cabal b/futhark.cabal index d34ebbe70a..46335b00cb 100644 --- a/futhark.cabal +++ b/futhark.cabal @@ -1,6 +1,6 @@ cabal-version: 2.4 name: futhark -version: 0.26.0 +version: 0.25.11 synopsis: An optimising compiler for a functional, array-oriented language. description: Futhark is a small programming language designed to be compiled to