From ac23d89fbe8846107ad80d7284062c0dc708e680 Mon Sep 17 00:00:00 2001 From: Roy Qu Date: Sat, 12 Nov 2022 15:58:17 +0800 Subject: [PATCH] update version --- NEWS.md | 2 +- RedPandaIDE/RedPandaIDE.pro | 2 +- Red_Panda_CPP.pro | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS.md b/NEWS.md index 94b8d5b0..da8712c6 100644 --- a/NEWS.md +++ b/NEWS.md @@ -28,7 +28,7 @@ Red Panda C++ Version 2.4 - enhancement: improve parse result for STL - change: the default value for UI font size : 11 - change: the default value for add leading zeros to line numbers : false - - upgrade integrated libturtle. fix: nothing is drawed when set background color to BLACK + - upgrade integrated rturtle. fix: nothing is drawed when set background color to BLACK - upgrade integrate fmtlib. fix: imcompatible with GBK encoding Red Panda C++ Version 2.3 diff --git a/RedPandaIDE/RedPandaIDE.pro b/RedPandaIDE/RedPandaIDE.pro index a8424d87..07a74bf9 100644 --- a/RedPandaIDE/RedPandaIDE.pro +++ b/RedPandaIDE/RedPandaIDE.pro @@ -10,7 +10,7 @@ isEmpty(APP_NAME) { } isEmpty(APP_VERSION) { - APP_VERSION = 2.4 + APP_VERSION = 2.5 } macos: { diff --git a/Red_Panda_CPP.pro b/Red_Panda_CPP.pro index cca046b5..09a4d887 100644 --- a/Red_Panda_CPP.pro +++ b/Red_Panda_CPP.pro @@ -33,7 +33,7 @@ RedPandaIDE.depends += redpanda-git-askpass APP_NAME = RedPandaCPP -APP_VERSION = 2.4 +APP_VERSION = 2.5 linux: { isEmpty(PREFIX) {