From 7503f553fc9a77c6d7e9ad62b891f19032cd721b Mon Sep 17 00:00:00 2001 From: Roy Qu Date: Thu, 12 Jan 2023 17:00:46 +0800 Subject: [PATCH] update version to 2.9 --- 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 cd7bc2ca..c79b6902 100644 --- a/RedPandaIDE/RedPandaIDE.pro +++ b/RedPandaIDE/RedPandaIDE.pro @@ -10,7 +10,7 @@ isEmpty(APP_NAME) { } isEmpty(APP_VERSION) { - APP_VERSION = 2.8 + APP_VERSION = 2.9 } macos: { diff --git a/Red_Panda_CPP.pro b/Red_Panda_CPP.pro index d3138686..2ac21336 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.8 +APP_VERSION = 2.9 linux: { isEmpty(PREFIX) {