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
03327527e9
commit
e76cdc4e9c
2 changed files with 3 additions and 3 deletions
|
@ -7,8 +7,8 @@
|
|||
// Version number.
|
||||
#define LC_VERSION_MAJOR 0
|
||||
#define LC_VERSION_MINOR 79
|
||||
#define LC_VERSION_PATCH 0
|
||||
#define LC_VERSION_TEXT "0.79.0"
|
||||
#define LC_VERSION_PATCH 1
|
||||
#define LC_VERSION_TEXT "0.79.1"
|
||||
|
||||
// Check for supported platforms.
|
||||
#if !defined(LC_WINDOWS) && !defined(LC_LINUX)
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
MAJOR := 0
|
||||
MINOR := 79
|
||||
PATCHLVL := 0
|
||||
PATCHLVL := 1
|
||||
VERSIONTAG :=
|
||||
VERSION := $(MAJOR).$(MINOR).$(PATCHLVL)
|
||||
|
|
Loading…
Reference in a new issue