update version to 1.0.4
This commit is contained in:
parent
784d94c541
commit
fb808f425a
1
NEWS.md
1
NEWS.md
|
@ -17,6 +17,7 @@ Red Panda C++ Version 1.0.3
|
||||||
- fix: can't build project that has custom object folder
|
- fix: can't build project that has custom object folder
|
||||||
- fix: buttons in the project option dialog's output page don't work
|
- fix: buttons in the project option dialog's output page don't work
|
||||||
- fix: don't add non-project header files to makefile's object rules
|
- fix: don't add non-project header files to makefile's object rules
|
||||||
|
- change: add glm library in the integrated gcc
|
||||||
|
|
||||||
Red Panda C++ Version 1.0.2
|
Red Panda C++ Version 1.0.2
|
||||||
- enhancement: press tab in column mode won't exit column mode
|
- enhancement: press tab in column mode won't exit column mode
|
||||||
|
|
|
@ -10,7 +10,7 @@ isEmpty(APP_NAME) {
|
||||||
}
|
}
|
||||||
|
|
||||||
isEmpty(APP_VERSION) {
|
isEmpty(APP_VERSION) {
|
||||||
APP_VERSION=1.0.3
|
APP_VERSION=1.0.4
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -17,7 +17,7 @@ SUBDIRS += \
|
||||||
|
|
||||||
APP_NAME = RedPandaCPP
|
APP_NAME = RedPandaCPP
|
||||||
|
|
||||||
APP_VERSION = 1.0.3
|
APP_VERSION = 1.0.4
|
||||||
|
|
||||||
linux: {
|
linux: {
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue