Updated version.

This commit is contained in:
Leonardo Zide 2023-03-19 16:04:45 -07:00
parent 2086d9c2f7
commit abed142b49
6 changed files with 9 additions and 8 deletions

View file

@ -63,10 +63,10 @@ char* strupr(char* string);
#endif
// Version number.
#define LC_VERSION_MAJOR 21
#define LC_VERSION_MINOR 06
#define LC_VERSION_MAJOR 23
#define LC_VERSION_MINOR 03
#define LC_VERSION_PATCH 0
#define LC_VERSION_TEXT "21.06"
#define LC_VERSION_TEXT "23.03"
// Forward declarations.
class Project;

View file

@ -27,7 +27,7 @@ CONFIG += precompile_header incremental c++11 force_debug_info
win32 {
RC_ICONS = resources/leocad.ico
VERSION = 21.6.0.0
VERSION = 23.3.0.0
QMAKE_TARGET_COMPANY = LeoCAD Software
QMAKE_TARGET_DESCRIPTION = LeoCAD
QMAKE_TARGET_COPYRIGHT = "Copyright (C) LeoCAD.org"

View file

@ -28,7 +28,7 @@ Group: Graphics
%if 0%{?fedora} || 0%{?centos_version}
Group: Amusements/Graphics
%endif
Version: 21.06
Version: 23.03
%if 0%{?opensuse_bs}
Release: <CI_CNT>.<B_CNT>%{?dist}
%else

View file

@ -63,7 +63,7 @@
<key>CFBundleSignature</key>
<string>LCAD</string>
<key>CFBundleVersion</key>
<string>21.06.0</string>
<string>23.03.0</string>
<key>CFBundleDisplayName</key>
<string>LeoCAD</string>
<key>CFBundleName</key>

View file

@ -1,7 +1,7 @@
name: leocad
base: core18
adopt-info: leocad
version: '21.06'
version: '23.03'
grade: stable
confinement: strict
@ -31,7 +31,7 @@ parts:
- libqt5concurrent5
- libqt5printsupport5
- 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]
library:
source: .

View file

@ -22,6 +22,7 @@
<id>leocad.desktop</id>
</provides>
<releases>
<release version="23.03" date="2023-03-19" />
<release version="21.06" date="2021-06-05" />
<release version="21.03" date="2021-03-14" />
<release version="21.01" date="2021-01-12" />