update contributors and version number
This commit is contained in:
parent
33fb14db74
commit
b76dcd89b1
|
@ -1,2 +1,3 @@
|
||||||
## Contributor of Icons
|
## Contributor of Icons
|
||||||
@beanflame
|
beanflame@github
|
||||||
|
XiaoLoong@github
|
|
@ -10,7 +10,7 @@ isEmpty(APP_NAME) {
|
||||||
}
|
}
|
||||||
|
|
||||||
isEmpty(APP_VERSION) {
|
isEmpty(APP_VERSION) {
|
||||||
APP_VERSION=0.14.0
|
APP_VERSION=0.14.1
|
||||||
}
|
}
|
||||||
|
|
||||||
isEmpty(PREFIX) {
|
isEmpty(PREFIX) {
|
||||||
|
|
|
@ -7,7 +7,7 @@ SUBDIRS += \
|
||||||
|
|
||||||
APP_NAME = RedPandaCPP
|
APP_NAME = RedPandaCPP
|
||||||
|
|
||||||
APP_VERSION = 0.14.0
|
APP_VERSION = 0.14.1
|
||||||
|
|
||||||
linux: {
|
linux: {
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue