From 0b45bc95844ef19772274d0c844d9032ef074266 Mon Sep 17 00:00:00 2001 From: Sebastian Reimers Date: Fri, 24 Feb 2023 14:57:06 +0100 Subject: [PATCH] cmake: release 0.4.0-beta --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 757b14e8..97c516db 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ cmake_minimum_required(VERSION 3.18) set(CMAKE_C_COMPILER clang) -project(slmix VERSION 0.3.0 LANGUAGES C) +project(slmix VERSION 0.4.0 LANGUAGES C) ##############################################################################