mirror of
https://github.com/leozide/leocad
synced 2025-01-18 22:26:44 +01:00
Updated version number.
This commit is contained in:
parent
b2cb923e28
commit
5875284d5d
2 changed files with 5 additions and 5 deletions
|
@ -41,10 +41,10 @@ char* strlwr(char* string);
|
|||
#endif
|
||||
|
||||
// Version number.
|
||||
#define LC_VERSION_MAJOR 0
|
||||
#define LC_VERSION_MINOR 83
|
||||
#define LC_VERSION_PATCH 2
|
||||
#define LC_VERSION_TEXT "0.83.2"
|
||||
#define LC_VERSION_MAJOR 17
|
||||
#define LC_VERSION_MINOR 02
|
||||
#define LC_VERSION_PATCH 0
|
||||
#define LC_VERSION_TEXT "17.02"
|
||||
|
||||
// Forward declarations.
|
||||
class Project;
|
||||
|
|
|
@ -63,7 +63,7 @@
|
|||
<key>CFBundleSignature</key>
|
||||
<string>LCAD</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>0.83.2</string>
|
||||
<string>17.02</string>
|
||||
<key>CFBundleDisplayName</key>
|
||||
<string>LeoCAD</string>
|
||||
<key>CFBundleName</key>
|
||||
|
|
Loading…
Reference in a new issue