From 9a1af981d97fda04f498ac8d474e55a31cd47e21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ya=C4=9F=C4=B1z=20Zengin?= Date: Sun, 2 Nov 2025 22:54:27 +0300 Subject: [PATCH] pmt: Set version as release candicate --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index aef8726..47e46b7 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,7 +16,7 @@ # Project info cmake_minimum_required(VERSION 3.10) -project(pmt VERSION 1.3.0) +project(pmt VERSION 1.3.0-rc1) # Set compiler flags add_compile_options(-Wall -Werror -Wno-deprecated-declarations)