From 17c0e10be8272e1dafeafe942f26c57f27f82365 Mon Sep 17 00:00:00 2001 From: Hayodea Hekol Date: Sun, 23 Nov 2025 07:35:21 -0400 Subject: [PATCH] Salmanoff: Version increment to v0.01.001 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index cc4f6f0..3b2e046 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.16) -project(salmanoff VERSION 0.01.000 LANGUAGES CXX) +project(salmanoff VERSION 0.01.001 LANGUAGES CXX) include(CMakeDependentOption) include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/DAPSS.cmake)