Updated version number.

This commit is contained in:
Leonardo Zide 2021-01-12 15:12:48 -08:00
parent 2a156cf182
commit 548bb3fe16
3 changed files with 6 additions and 6 deletions

View file

@ -48,10 +48,10 @@ char* strupr(char* string);
#endif
// Version number.
#define LC_VERSION_MAJOR 19
#define LC_VERSION_MINOR 07
#define LC_VERSION_PATCH 1
#define LC_VERSION_TEXT "19.07.1"
#define LC_VERSION_MAJOR 21
#define LC_VERSION_MINOR 01
#define LC_VERSION_PATCH 0
#define LC_VERSION_TEXT "21.01.0"
// Forward declarations.
class Project;

View file

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

View file

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