From d2612ffc6715ba93a04f8963b7119c2398c3ec58 Mon Sep 17 00:00:00 2001 From: shinra-electric <50119606+shinra-electric@users.noreply.github.com> Date: Tue, 17 Feb 2026 16:38:32 +0000 Subject: [PATCH] Bump version number to 0.4.0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5250bb22..9fa20c1c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ set(CMAKE_POLICY_VERSION_MINIMUM 3.15) include(FetchContent) -project(hydra VERSION 0.3.0 LANGUAGES CXX) +project(hydra VERSION 0.4.0 LANGUAGES CXX) option(CUBEB_ENABLED "Enable the cubeb audio backend" ON) if (CMAKE_SYSTEM_NAME STREQUAL "iOS")