Updated version number.

This commit is contained in:
Leonardo Zide 2019-07-14 10:07:54 -07:00
parent 02fa0ba5ab
commit 1457dde9e5
2 changed files with 4 additions and 4 deletions

View file

@ -45,10 +45,10 @@ char* strlwr(char* string);
#endif
// Version number.
#define LC_VERSION_MAJOR 18
#define LC_VERSION_MINOR 02
#define LC_VERSION_MAJOR 19
#define LC_VERSION_MINOR 07
#define LC_VERSION_PATCH 0
#define LC_VERSION_TEXT "18.02"
#define LC_VERSION_TEXT "19.07"
// Forward declarations.
class Project;

View file

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