mirror of
https://github.com/leozide/leocad.git
synced 2026-07-27 19:56:49 +00:00
6 lines
97 B
Makefile
6 lines
97 B
Makefile
MAJOR := 0
|
|
MINOR := 78
|
|
PATCHLVL := 0
|
|
VERSIONTAG :=
|
|
VERSION := $(MAJOR).$(MINOR).$(PATCHLVL)
|