mirror of
https://github.com/leozide/leocad.git
synced 2026-09-12 17:43:50 +00:00
6 lines
97 B
Makefile
6 lines
97 B
Makefile
MAJOR := 0
|
|
MINOR := 77
|
|
PATCHLVL := 0
|
|
VERSIONTAG :=
|
|
VERSION := $(MAJOR).$(MINOR).$(PATCHLVL)
|