mirror of
https://github.com/leozide/leocad
synced 2024-11-17 07:47:55 +01:00
Updated version.
This commit is contained in:
parent
5e3012e27c
commit
f4e905e4f4
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 1
|
||||
#define LC_VERSION_TEXT "0.80.1"
|
||||
#define LC_VERSION_PATCH 2
|
||||
#define LC_VERSION_TEXT "0.80.2"
|
||||
|
||||
// Forward declarations.
|
||||
class lcVector2;
|
||||
|
|
|
@ -63,7 +63,7 @@
|
|||
<key>CFBundleSignature</key>
|
||||
<string>LCAD</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>0.80.1</string>
|
||||
<string>0.80.2</string>
|
||||
<key>CFBundleDisplayName</key>
|
||||
<string>LeoCAD</string>
|
||||
<key>CFBundleName</key>
|
||||
|
|
Loading…
Reference in a new issue