mirror of
https://github.com/leozide/leocad
synced 2024-11-16 07:47:27 +01:00
Updated version.
This commit is contained in:
parent
2086d9c2f7
commit
abed142b49
6 changed files with 9 additions and 8 deletions
|
@ -63,10 +63,10 @@ char* strupr(char* string);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Version number.
|
// Version number.
|
||||||
#define LC_VERSION_MAJOR 21
|
#define LC_VERSION_MAJOR 23
|
||||||
#define LC_VERSION_MINOR 06
|
#define LC_VERSION_MINOR 03
|
||||||
#define LC_VERSION_PATCH 0
|
#define LC_VERSION_PATCH 0
|
||||||
#define LC_VERSION_TEXT "21.06"
|
#define LC_VERSION_TEXT "23.03"
|
||||||
|
|
||||||
// Forward declarations.
|
// Forward declarations.
|
||||||
class Project;
|
class Project;
|
||||||
|
|
|
@ -27,7 +27,7 @@ CONFIG += precompile_header incremental c++11 force_debug_info
|
||||||
|
|
||||||
win32 {
|
win32 {
|
||||||
RC_ICONS = resources/leocad.ico
|
RC_ICONS = resources/leocad.ico
|
||||||
VERSION = 21.6.0.0
|
VERSION = 23.3.0.0
|
||||||
QMAKE_TARGET_COMPANY = LeoCAD Software
|
QMAKE_TARGET_COMPANY = LeoCAD Software
|
||||||
QMAKE_TARGET_DESCRIPTION = LeoCAD
|
QMAKE_TARGET_DESCRIPTION = LeoCAD
|
||||||
QMAKE_TARGET_COPYRIGHT = "Copyright (C) LeoCAD.org"
|
QMAKE_TARGET_COPYRIGHT = "Copyright (C) LeoCAD.org"
|
||||||
|
|
|
@ -28,7 +28,7 @@ Group: Graphics
|
||||||
%if 0%{?fedora} || 0%{?centos_version}
|
%if 0%{?fedora} || 0%{?centos_version}
|
||||||
Group: Amusements/Graphics
|
Group: Amusements/Graphics
|
||||||
%endif
|
%endif
|
||||||
Version: 21.06
|
Version: 23.03
|
||||||
%if 0%{?opensuse_bs}
|
%if 0%{?opensuse_bs}
|
||||||
Release: <CI_CNT>.<B_CNT>%{?dist}
|
Release: <CI_CNT>.<B_CNT>%{?dist}
|
||||||
%else
|
%else
|
||||||
|
|
|
@ -63,7 +63,7 @@
|
||||||
<key>CFBundleSignature</key>
|
<key>CFBundleSignature</key>
|
||||||
<string>LCAD</string>
|
<string>LCAD</string>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>21.06.0</string>
|
<string>23.03.0</string>
|
||||||
<key>CFBundleDisplayName</key>
|
<key>CFBundleDisplayName</key>
|
||||||
<string>LeoCAD</string>
|
<string>LeoCAD</string>
|
||||||
<key>CFBundleName</key>
|
<key>CFBundleName</key>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
name: leocad
|
name: leocad
|
||||||
base: core18
|
base: core18
|
||||||
adopt-info: leocad
|
adopt-info: leocad
|
||||||
version: '21.06'
|
version: '23.03'
|
||||||
|
|
||||||
grade: stable
|
grade: stable
|
||||||
confinement: strict
|
confinement: strict
|
||||||
|
@ -31,7 +31,7 @@ parts:
|
||||||
- libqt5concurrent5
|
- libqt5concurrent5
|
||||||
- libqt5printsupport5
|
- libqt5printsupport5
|
||||||
- libqt5xml5
|
- libqt5xml5
|
||||||
source: https://github.com/leozide/leocad/archive/v21.03.tar.gz
|
source: https://github.com/leozide/leocad/archive/v23.03.tar.gz
|
||||||
parse-info: [usr/share/metainfo/leocad.appdata.xml]
|
parse-info: [usr/share/metainfo/leocad.appdata.xml]
|
||||||
library:
|
library:
|
||||||
source: .
|
source: .
|
||||||
|
|
|
@ -22,6 +22,7 @@
|
||||||
<id>leocad.desktop</id>
|
<id>leocad.desktop</id>
|
||||||
</provides>
|
</provides>
|
||||||
<releases>
|
<releases>
|
||||||
|
<release version="23.03" date="2023-03-19" />
|
||||||
<release version="21.06" date="2021-06-05" />
|
<release version="21.06" date="2021-06-05" />
|
||||||
<release version="21.03" date="2021-03-14" />
|
<release version="21.03" date="2021-03-14" />
|
||||||
<release version="21.01" date="2021-01-12" />
|
<release version="21.01" date="2021-01-12" />
|
||||||
|
|
Loading…
Reference in a new issue