From 853d2c97b359f7756899449b7e36a06ae9cbcec7 Mon Sep 17 00:00:00 2001 From: YZBruh Date: Sun, 24 Aug 2025 16:21:42 +0300 Subject: [PATCH] Start working for 1.2.0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c114c45..ad6b485 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,7 +16,7 @@ # Project info cmake_minimum_required(VERSION 3.10) -project(pmt VERSION 1.1.0) +project(pmt VERSION 1.2.0) # Set compiler flags add_compile_options(-Wall -Werror -Wno-deprecated-declarations)