Updated version number.

This commit is contained in:
leo 2015-10-24 18:45:07 +00:00
parent 5cce0f2867
commit 41746f2b5b
2 changed files with 3 additions and 3 deletions

View file

@ -44,8 +44,8 @@ int stricmp(const char* str1, const char* str2);
// Version number.
#define LC_VERSION_MAJOR 0
#define LC_VERSION_MINOR 82
#define LC_VERSION_PATCH 1
#define LC_VERSION_TEXT "0.82.1"
#define LC_VERSION_PATCH 2
#define LC_VERSION_TEXT "0.82.2"
// Forward declarations.
class Project;

View file

@ -63,7 +63,7 @@
<key>CFBundleSignature</key>
<string>LCAD</string>
<key>CFBundleVersion</key>
<string>0.82.0</string>
<string>0.82.2</string>
<key>CFBundleDisplayName</key>
<string>LeoCAD</string>
<key>CFBundleName</key>