Merge branch 'master' of github.com:royqh1979/RedPanda-CPP
This commit is contained in:
commit
0e76769c3b
|
@ -10,7 +10,7 @@ isEmpty(APP_NAME) {
|
|||
}
|
||||
|
||||
isEmpty(APP_VERSION) {
|
||||
APP_VERSION = 2.5
|
||||
APP_VERSION = 2.4
|
||||
}
|
||||
|
||||
macos: {
|
||||
|
|
|
@ -10,9 +10,8 @@
|
|||
#include "project.h"
|
||||
#include "parser/cppparser.h"
|
||||
#include "compiler/executablerunner.h"
|
||||
#include <QMimeDatabase>
|
||||
#ifdef Q_OS_WIN
|
||||
#include <QComboBox>
|
||||
#ifdef Q_OS_WIN
|
||||
#include <windows.h>
|
||||
#endif
|
||||
|
||||
|
|
|
@ -33,7 +33,7 @@ RedPandaIDE.depends += redpanda-git-askpass
|
|||
|
||||
APP_NAME = RedPandaCPP
|
||||
|
||||
APP_VERSION = 2.5
|
||||
APP_VERSION = 2.4
|
||||
|
||||
linux: {
|
||||
isEmpty(PREFIX) {
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
redpanda-cpp (2.4-1) unstable; urgency=medium
|
||||
|
||||
* Update to 2.4
|
||||
|
||||
-- Roy Qu (瞿华) <royqh1979@gmail.com> Sun, 11 Nov 2022 19:58:00 +0800
|
||||
|
||||
redpanda-cpp (2.3-1) unstable; urgency=medium
|
||||
|
||||
* Update to 2.3
|
||||
|
|
Loading…
Reference in New Issue