From 83b9ec3b52a6aeb3ea7556eb05185a24be3ff0ee Mon Sep 17 00:00:00 2001 From: David Braun <2096055+DBraun@users.noreply.github.com> Date: Sat, 13 Apr 2024 17:49:01 -0400 Subject: [PATCH] update version to 0.4.4 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 023302e..2b3d0c4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.13.0 FATAL_ERROR) -set(VERSION 0.4.3) +set(VERSION 0.4.4) project(TD-Faust VERSION ${VERSION}) set(SndFile_DIR ${SndFile_DIR})