update version

This commit is contained in:
Roy Qu 2022-11-12 15:58:17 +08:00
parent 6a6dc126a4
commit ac23d89fbe
3 changed files with 3 additions and 3 deletions

View File

@ -28,7 +28,7 @@ Red Panda C++ Version 2.4
- enhancement: improve parse result for STL <random> - enhancement: improve parse result for STL <random>
- change: the default value for UI font size : 11 - change: the default value for UI font size : 11
- change: the default value for add leading zeros to line numbers : false - 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 - upgrade integrate fmtlib. fix: imcompatible with GBK encoding
Red Panda C++ Version 2.3 Red Panda C++ Version 2.3

View File

@ -10,7 +10,7 @@ isEmpty(APP_NAME) {
} }
isEmpty(APP_VERSION) { isEmpty(APP_VERSION) {
APP_VERSION = 2.4 APP_VERSION = 2.5
} }
macos: { macos: {

View File

@ -33,7 +33,7 @@ RedPandaIDE.depends += redpanda-git-askpass
APP_NAME = RedPandaCPP APP_NAME = RedPandaCPP
APP_VERSION = 2.4 APP_VERSION = 2.5
linux: { linux: {
isEmpty(PREFIX) { isEmpty(PREFIX) {