update version
This commit is contained in:
parent
56c71f321f
commit
15ec17f16b
1
NEWS.md
1
NEWS.md
|
@ -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,
|
||||
|
|
|
@ -10,7 +10,7 @@ isEmpty(APP_NAME) {
|
|||
}
|
||||
|
||||
isEmpty(APP_VERSION) {
|
||||
APP_VERSION=1.0.4
|
||||
APP_VERSION=1.0.5
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ SUBDIRS += \
|
|||
|
||||
APP_NAME = RedPandaCPP
|
||||
|
||||
APP_VERSION = 1.0.4
|
||||
APP_VERSION = 1.0.5
|
||||
|
||||
linux: {
|
||||
|
||||
|
|
Loading…
Reference in New Issue