From 72c9c82e7df5c00e0f5e4d1d807ce29c572e7001 Mon Sep 17 00:00:00 2001 From: zinface Date: Thu, 2 Mar 2023 09:35:32 +0800 Subject: [PATCH] =?UTF-8?q?repo:=20=E5=A4=84=E7=90=86=20v1.23.2=20?= =?UTF-8?q?=E6=97=B6=E6=9C=9F=E7=9A=84=20develop=20=E5=88=86=E6=94=AF?= =?UTF-8?q?=E6=9E=84=E5=BB=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CMakeLists.txt | 2 +- cmake/qt5_qt6_compatible_check | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f31a8ba..c760484 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.22) -project(Notepad-- VERSION 1.22.0) +project(Notepad-- VERSION 1.23.2) # -------------- Notepad -- 全局构建配置 ------------- # option(USE_QT6 "使用 Qt6 进行编译本项目与随带所有内容" OFF) diff --git a/cmake/qt5_qt6_compatible_check b/cmake/qt5_qt6_compatible_check index f32a580..02e4a84 100644 --- a/cmake/qt5_qt6_compatible_check +++ b/cmake/qt5_qt6_compatible_check @@ -1 +1 @@ -true \ No newline at end of file +false \ No newline at end of file