We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcffeb3 commit 6c7291bCopy full SHA for 6c7291b
common/lc_global.h
@@ -47,8 +47,8 @@ char* strlwr(char* string);
47
// Version number.
48
#define LC_VERSION_MAJOR 19
49
#define LC_VERSION_MINOR 07
50
-#define LC_VERSION_PATCH 0
51
-#define LC_VERSION_TEXT "19.07"
+#define LC_VERSION_PATCH 1
+#define LC_VERSION_TEXT "19.07.1"
52
53
// Forward declarations.
54
class Project;
qt/Info.plist
@@ -63,7 +63,7 @@
63
<key>CFBundleSignature</key>
64
<string>LCAD</string>
65
<key>CFBundleVersion</key>
66
- <string>19.07</string>
+ <string>19.07.1</string>
67
<key>CFBundleDisplayName</key>
68
<string>LeoCAD</string>
69
<key>CFBundleName</key>
0 commit comments