update version to 1.0.4

This commit is contained in:
Roy Qu 2022-04-09 10:27:14 +08:00
parent 784d94c541
commit fb808f425a
3 changed files with 3 additions and 2 deletions

View File

@ -17,6 +17,7 @@ Red Panda C++ Version 1.0.3
- fix: can't build project that has custom object folder
- 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
- change: add glm library in the integrated gcc
Red Panda C++ Version 1.0.2
- enhancement: press tab in column mode won't exit column mode

View File

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

View File

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