From eed4cf28795ebc3ad367c673d1585e6a0abe3431 Mon Sep 17 00:00:00 2001 From: Roy Qu Date: Sat, 12 Nov 2022 19:59:42 +0800 Subject: [PATCH 1/2] linux package script --- RedPandaIDE/RedPandaIDE.pro | 2 +- Red_Panda_CPP.pro | 2 +- packages/debian/changelog | 6 ++++++ 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/RedPandaIDE/RedPandaIDE.pro b/RedPandaIDE/RedPandaIDE.pro index 07a74bf9..a8424d87 100644 --- a/RedPandaIDE/RedPandaIDE.pro +++ b/RedPandaIDE/RedPandaIDE.pro @@ -10,7 +10,7 @@ isEmpty(APP_NAME) { } isEmpty(APP_VERSION) { - APP_VERSION = 2.5 + APP_VERSION = 2.4 } macos: { diff --git a/Red_Panda_CPP.pro b/Red_Panda_CPP.pro index 09a4d887..cca046b5 100644 --- a/Red_Panda_CPP.pro +++ b/Red_Panda_CPP.pro @@ -33,7 +33,7 @@ RedPandaIDE.depends += redpanda-git-askpass APP_NAME = RedPandaCPP -APP_VERSION = 2.5 +APP_VERSION = 2.4 linux: { isEmpty(PREFIX) { diff --git a/packages/debian/changelog b/packages/debian/changelog index 70e4b871..8f0a3d66 100644 --- a/packages/debian/changelog +++ b/packages/debian/changelog @@ -1,3 +1,9 @@ +redpanda-cpp (2.4-1) unstable; urgency=medium + + * Update to 2.4 + + -- Roy Qu (瞿华) Sun, 11 Nov 2022 19:58:00 +0800 + redpanda-cpp (2.3-1) unstable; urgency=medium * Update to 2.3 From bbd10785c5c0406b96478569ce171cefceb83e6a Mon Sep 17 00:00:00 2001 From: Roy Qu Date: Sat, 12 Nov 2022 20:01:43 +0800 Subject: [PATCH 2/2] compilation error under linux --- RedPandaIDE/utils.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/RedPandaIDE/utils.cpp b/RedPandaIDE/utils.cpp index 700c32ec..0dc15dd3 100644 --- a/RedPandaIDE/utils.cpp +++ b/RedPandaIDE/utils.cpp @@ -10,9 +10,8 @@ #include "project.h" #include "parser/cppparser.h" #include "compiler/executablerunner.h" -#include -#ifdef Q_OS_WIN #include +#ifdef Q_OS_WIN #include #endif