Updated version number.

This commit is contained in:
Leonardo Zide 2016-12-01 21:54:38 -08:00
parent dcfccd8eeb
commit 672eb5e35d
2 changed files with 3 additions and 3 deletions

View file

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

View file

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