From faf25f4f1ddea0a394ebf555cbc5b5a0e165c954 Mon Sep 17 00:00:00 2001 From: Roy Qu Date: Tue, 8 Nov 2022 22:13:17 +0800 Subject: [PATCH] change version --- RedPandaIDE/RedPandaIDE.pro | 2 +- Red_Panda_CPP.pro | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/RedPandaIDE/RedPandaIDE.pro b/RedPandaIDE/RedPandaIDE.pro index d4f07958..b582166f 100644 --- a/RedPandaIDE/RedPandaIDE.pro +++ b/RedPandaIDE/RedPandaIDE.pro @@ -10,7 +10,7 @@ isEmpty(APP_NAME) { } isEmpty(APP_VERSION) { - APP_VERSION = 2.3 + APP_VERSION = 2.4 } macos: { diff --git a/Red_Panda_CPP.pro b/Red_Panda_CPP.pro index fdfdcc89..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.3 +APP_VERSION = 2.4 linux: { isEmpty(PREFIX) {