mirror of
https://github.com/leozide/leocad
synced 2024-11-17 07:47:55 +01:00
Updated version number.
This commit is contained in:
parent
98d24ddc50
commit
3bb6b098c8
1 changed files with 2 additions and 2 deletions
|
@ -7,8 +7,8 @@
|
|||
// Version number.
|
||||
#define LC_VERSION_MAJOR 0
|
||||
#define LC_VERSION_MINOR 79
|
||||
#define LC_VERSION_PATCH 3
|
||||
#define LC_VERSION_TEXT "0.79.3"
|
||||
#define LC_VERSION_PATCH 4
|
||||
#define LC_VERSION_TEXT "0.79.4"
|
||||
|
||||
// Check for supported platforms.
|
||||
#if !defined(LC_WINDOWS) && !defined(LC_LINUX)
|
||||
|
|
Loading…
Reference in a new issue