Updated version number.

This commit is contained in:
Leonardo Zide 2017-02-11 17:51:57 -08:00
parent b2cb923e28
commit 5875284d5d
2 changed files with 5 additions and 5 deletions

View file

@ -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;

View file

@ -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>