From 579b2623a42ed764ffddd8470dad6f690b4fd094 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ya=C4=9F=C4=B1z=20Zengin?= Date: Sun, 2 Nov 2025 23:07:35 +0300 Subject: [PATCH] Revert "pmt: Set version as release candicate" This reverts commit 9a1af981d97fda04f498ac8d474e55a31cd47e21. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 47e46b7..aef8726 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-rc1) +project(pmt VERSION 1.3.0) # Set compiler flags add_compile_options(-Wall -Werror -Wno-deprecated-declarations)