From 2be0e1b5239fd4ff4d08854c243126f9c067684c Mon Sep 17 00:00:00 2001 From: shenmo Date: Wed, 23 Sep 2020 17:32:26 +0800 Subject: [PATCH] =?UTF-8?q?2.0+1=E5=8F=91=E5=B8=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.cpp b/main.cpp index 545a843..357c459 100644 --- a/main.cpp +++ b/main.cpp @@ -14,7 +14,7 @@ int main(int argc, char *argv[]) a.loadTranslator(); a.setAboutDialog(&dialog); dialog.setLicense("本程序按GPL第三版开源"); - dialog.setVersion(DApplication::buildVersion("2.0")); + dialog.setVersion(DApplication::buildVersion("2.0+1")); dialog.setAcknowledgementVisible(true); dialog.setAcknowledgementLink("https://gitee.com/deepin-community-store/spark-store"); a.setApplicationAcknowledgementPage("https://gitee.com/deepin-community-store/spark-store");