File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.13)
22# cmake_policy(SET CMP0076 OLD)
33
4- set (FLAMESHOT_VERSION 12.1.0 )
4+ set (FLAMESHOT_VERSION 12.1.1 )
55
66# Flameshot-org
77set (GIT_API_URL "https://api.github.com/repos/flameshot-org/flameshot/releases/latest" )
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ SPDX-License-Identifier: CC0-1.0
99 <project_license >GPL-3.0-or-later</project_license >
1010 <name >Flameshot</name >
1111 <releases >
12+ <release version =" 12.1.1" date =" 2024-10-06" />
1213 <release version =" 12.1.0" date =" 2022-07-03" />
1314 <release version =" 12.0.0" date =" 2022-06-21" />
1415 <release version =" 11.0.0" date =" 2022-01-14" />
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ int GlobalValues::buttonBaseSize()
1313QString GlobalValues::versionInfo ()
1414{
1515 return QStringLiteral (" Flowinity Flowshot " APP_VERSION " (" FLAMESHOT_GIT_HASH " )"
16- " \n (Fork of Flameshot v6 )"
16+ " \n (Fork of Flameshot. Flowshot and Flowinity are not affiliated with the Flameshot project )"
1717 " \n Compiled with Qt " QT_VERSION_STR);
1818}
1919
You can’t perform that action at this time.
0 commit comments