mirror of
https://github.com/leozide/leocad
synced 2025-01-29 20:34:50 +01:00
Updated version number.
This commit is contained in:
parent
dcfccd8eeb
commit
672eb5e35d
2 changed files with 3 additions and 3 deletions
|
@ -43,8 +43,8 @@ int stricmp(const char* str1, const char* str2);
|
||||||
// Version number.
|
// Version number.
|
||||||
#define LC_VERSION_MAJOR 0
|
#define LC_VERSION_MAJOR 0
|
||||||
#define LC_VERSION_MINOR 83
|
#define LC_VERSION_MINOR 83
|
||||||
#define LC_VERSION_PATCH 1
|
#define LC_VERSION_PATCH 2
|
||||||
#define LC_VERSION_TEXT "0.83.1"
|
#define LC_VERSION_TEXT "0.83.2"
|
||||||
|
|
||||||
// Forward declarations.
|
// Forward declarations.
|
||||||
class Project;
|
class Project;
|
||||||
|
|
|
@ -63,7 +63,7 @@
|
||||||
<key>CFBundleSignature</key>
|
<key>CFBundleSignature</key>
|
||||||
<string>LCAD</string>
|
<string>LCAD</string>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>0.83.1</string>
|
<string>0.83.2</string>
|
||||||
<key>CFBundleDisplayName</key>
|
<key>CFBundleDisplayName</key>
|
||||||
<string>LeoCAD</string>
|
<string>LeoCAD</string>
|
||||||
<key>CFBundleName</key>
|
<key>CFBundleName</key>
|
||||||
|
|
Loading…
Add table
Reference in a new issue