Skip to content

Commit

Permalink
Updated version.
Browse files Browse the repository at this point in the history
  • Loading branch information
leozide committed Jun 5, 2021
1 parent 1e3f256 commit aa0106e
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions common/lc_global.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ char* strupr(char* string);

// Version number.
#define LC_VERSION_MAJOR 21
#define LC_VERSION_MINOR 03
#define LC_VERSION_MINOR 06
#define LC_VERSION_PATCH 0
#define LC_VERSION_TEXT "21.03"
#define LC_VERSION_TEXT "21.06"

// Forward declarations.
class Project;
Expand Down
2 changes: 1 addition & 1 deletion docs/leocad.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH LEOCAD 1 "14 March 2021"
.TH LEOCAD 1 "5 June 2021"
.\" NAME should be all caps, SECTION should be 1-8, maybe w/ subsection
.\" other params are allowed: see man(7), man(1)
.SH NAME
Expand Down
2 changes: 1 addition & 1 deletion leocad.pro
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ CONFIG += precompile_header incremental c++11 force_debug_info

win32 {
RC_ICONS = resources/leocad.ico
VERSION = 21.3.0.0
VERSION = 21.6.0.0
QMAKE_TARGET_COMPANY = LeoCAD Software
QMAKE_TARGET_DESCRIPTION = LeoCAD
QMAKE_TARGET_COPYRIGHT = "Copyright (C) LeoCAD.org"
Expand Down
2 changes: 1 addition & 1 deletion qt/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<key>CFBundleSignature</key>
<string>LCAD</string>
<key>CFBundleVersion</key>
<string>21.03.0</string>
<string>21.06.0</string>
<key>CFBundleDisplayName</key>
<string>LeoCAD</string>
<key>CFBundleName</key>
Expand Down
2 changes: 1 addition & 1 deletion snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: leocad
base: core18
adopt-info: leocad
version: '21.03'
version: '21.06'

grade: stable
confinement: strict
Expand Down
1 change: 1 addition & 0 deletions tools/setup/leocad.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
<id>leocad.desktop</id>
</provides>
<releases>
<release version="21.06" date="2021-06-05" />
<release version="21.03" date="2021-03-14" />
<release version="21.01" date="2021-01-12" />
<release version="19.07.1" date="2019-07-14" />
Expand Down

0 comments on commit aa0106e

Please sign in to comment.