26 lines
660 B
Diff
26 lines
660 B
Diff
From b1e6775378c19aaa6272cf739b57a2ea9ad88d11 Mon Sep 17 00:00:00 2001
|
|
From: peijiankang <peijiankang@kylinos.cn>
|
|
Date: Wed, 22 Mar 2023 13:55:00 +0800
|
|
Subject: [PATCH] fix version of kylin-burner
|
|
|
|
---
|
|
src/view/kybaboutdialog.cpp | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/src/view/kybaboutdialog.cpp b/src/view/kybaboutdialog.cpp
|
|
index a2077a3..e319bf7 100644
|
|
--- a/src/view/kybaboutdialog.cpp
|
|
+++ b/src/view/kybaboutdialog.cpp
|
|
@@ -35,7 +35,7 @@
|
|
KYBAboutDialog *KYBAboutDialog::m_oInstance = nullptr;
|
|
QMutex KYBAboutDialog::m_oMutex;
|
|
|
|
-#define VERSION "3.2.0"
|
|
+#define VERSION "3.10.3"
|
|
|
|
#include <QDebug>
|
|
|
|
--
|
|
2.33.0
|
|
|