update version

This commit is contained in:
Roy Qu 2022-04-18 17:04:54 +08:00
parent 56c71f321f
commit 15ec17f16b
3 changed files with 3 additions and 2 deletions

View File

@ -16,6 +16,7 @@ Red Panda C++ Version 1.0.4
- fix: index of the longest line not correctly updated ( which will cause selection errors)
- fix: scroll bar not correctly updated when collapse/uncollapse folders
- fix: parse error for definition of functions whose return type is pointer
- enhancement: add library in project option dialog's compile options page
Red Panda C++ Version 1.0.3
- fix: when oj problem grabbed by competitive companion received,

View File

@ -10,7 +10,7 @@ isEmpty(APP_NAME) {
}
isEmpty(APP_VERSION) {
APP_VERSION=1.0.4
APP_VERSION=1.0.5
}

View File

@ -17,7 +17,7 @@ SUBDIRS += \
APP_NAME = RedPandaCPP
APP_VERSION = 1.0.4
APP_VERSION = 1.0.5
linux: {