diff --git a/NEWS.md b/NEWS.md index d49f1aa1..31a26276 100644 --- a/NEWS.md +++ b/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, diff --git a/RedPandaIDE/RedPandaIDE.pro b/RedPandaIDE/RedPandaIDE.pro index 5946ed80..48efbff4 100644 --- a/RedPandaIDE/RedPandaIDE.pro +++ b/RedPandaIDE/RedPandaIDE.pro @@ -10,7 +10,7 @@ isEmpty(APP_NAME) { } isEmpty(APP_VERSION) { - APP_VERSION=1.0.4 + APP_VERSION=1.0.5 } diff --git a/Red_Panda_CPP.pro b/Red_Panda_CPP.pro index 73dd3771..2be5535c 100644 --- a/Red_Panda_CPP.pro +++ b/Red_Panda_CPP.pro @@ -17,7 +17,7 @@ SUBDIRS += \ APP_NAME = RedPandaCPP -APP_VERSION = 1.0.4 +APP_VERSION = 1.0.5 linux: {