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
02fa0ba5ab
commit
1457dde9e5
2 changed files with 4 additions and 4 deletions
|
@ -45,10 +45,10 @@ char* strlwr(char* string);
|
|||
#endif
|
||||
|
||||
// Version number.
|
||||
#define LC_VERSION_MAJOR 18
|
||||
#define LC_VERSION_MINOR 02
|
||||
#define LC_VERSION_MAJOR 19
|
||||
#define LC_VERSION_MINOR 07
|
||||
#define LC_VERSION_PATCH 0
|
||||
#define LC_VERSION_TEXT "18.02"
|
||||
#define LC_VERSION_TEXT "19.07"
|
||||
|
||||
// Forward declarations.
|
||||
class Project;
|
||||
|
|
|
@ -63,7 +63,7 @@
|
|||
<key>CFBundleSignature</key>
|
||||
<string>LCAD</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>18.02</string>
|
||||
<string>19.07</string>
|
||||
<key>CFBundleDisplayName</key>
|
||||
<string>LeoCAD</string>
|
||||
<key>CFBundleName</key>
|
||||
|
|
Loading…
Reference in a new issue