mirror of
https://github.com/leozide/leocad
synced 2024-12-27 21:58:37 +01:00
Updated version number.
This commit is contained in:
parent
5758001cbc
commit
8477b38020
2 changed files with 3 additions and 3 deletions
|
@ -6,8 +6,8 @@
|
||||||
// Version number.
|
// Version number.
|
||||||
#define LC_VERSION_MAJOR 0
|
#define LC_VERSION_MAJOR 0
|
||||||
#define LC_VERSION_MINOR 80
|
#define LC_VERSION_MINOR 80
|
||||||
#define LC_VERSION_PATCH 0
|
#define LC_VERSION_PATCH 1
|
||||||
#define LC_VERSION_TEXT "0.80.0"
|
#define LC_VERSION_TEXT "0.80.1"
|
||||||
|
|
||||||
// Forward declarations.
|
// Forward declarations.
|
||||||
class lcVector2;
|
class lcVector2;
|
||||||
|
|
|
@ -63,7 +63,7 @@
|
||||||
<key>CFBundleSignature</key>
|
<key>CFBundleSignature</key>
|
||||||
<string>LCAD</string>
|
<string>LCAD</string>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>0.80.0</string>
|
<string>0.80.1</string>
|
||||||
<key>CFBundleDisplayName</key>
|
<key>CFBundleDisplayName</key>
|
||||||
<string>LeoCAD</string>
|
<string>LeoCAD</string>
|
||||||
<key>CFBundleName</key>
|
<key>CFBundleName</key>
|
||||||
|
|
Loading…
Reference in a new issue