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
5758001cbc
commit
8477b38020
2 changed files with 3 additions and 3 deletions
|
@ -6,8 +6,8 @@
|
|||
// Version number.
|
||||
#define LC_VERSION_MAJOR 0
|
||||
#define LC_VERSION_MINOR 80
|
||||
#define LC_VERSION_PATCH 0
|
||||
#define LC_VERSION_TEXT "0.80.0"
|
||||
#define LC_VERSION_PATCH 1
|
||||
#define LC_VERSION_TEXT "0.80.1"
|
||||
|
||||
// Forward declarations.
|
||||
class lcVector2;
|
||||
|
|
|
@ -63,7 +63,7 @@
|
|||
<key>CFBundleSignature</key>
|
||||
<string>LCAD</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>0.80.0</string>
|
||||
<string>0.80.1</string>
|
||||
<key>CFBundleDisplayName</key>
|
||||
<string>LeoCAD</string>
|
||||
<key>CFBundleName</key>
|
||||
|
|
Loading…
Reference in a new issue