mirror of
https://github.com/leozide/leocad
synced 2024-12-25 21:58:23 +01:00
Updated version number.
This commit is contained in:
parent
2a156cf182
commit
548bb3fe16
3 changed files with 6 additions and 6 deletions
|
@ -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;
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue