diff --git a/NEWS.md b/NEWS.md index 3c6da6ba..e260ce98 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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 diff --git a/RedPandaIDE/RedPandaIDE.pro b/RedPandaIDE/RedPandaIDE.pro index a98e9c33..43b5cbbf 100644 --- a/RedPandaIDE/RedPandaIDE.pro +++ b/RedPandaIDE/RedPandaIDE.pro @@ -10,7 +10,7 @@ isEmpty(APP_NAME) { } isEmpty(APP_VERSION) { - APP_VERSION=1.0.3 + APP_VERSION=1.0.4 } diff --git a/Red_Panda_CPP.pro b/Red_Panda_CPP.pro index bd1d92a5..73dd3771 100644 --- a/Red_Panda_CPP.pro +++ b/Red_Panda_CPP.pro @@ -17,7 +17,7 @@ SUBDIRS += \ APP_NAME = RedPandaCPP -APP_VERSION = 1.0.3 +APP_VERSION = 1.0.4 linux: {