Skip to content

Commit 6c7291b

Browse files
committed
Updated version.
1 parent bcffeb3 commit 6c7291b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

common/lc_global.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ char* strlwr(char* string);
4747
// Version number.
4848
#define LC_VERSION_MAJOR 19
4949
#define LC_VERSION_MINOR 07
50-
#define LC_VERSION_PATCH 0
51-
#define LC_VERSION_TEXT "19.07"
50+
#define LC_VERSION_PATCH 1
51+
#define LC_VERSION_TEXT "19.07.1"
5252

5353
// Forward declarations.
5454
class Project;

qt/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
<key>CFBundleSignature</key>
6464
<string>LCAD</string>
6565
<key>CFBundleVersion</key>
66-
<string>19.07</string>
66+
<string>19.07.1</string>
6767
<key>CFBundleDisplayName</key>
6868
<string>LeoCAD</string>
6969
<key>CFBundleName</key>

0 commit comments

Comments
 (0)