Set VERSION to 0.6.2

This commit is contained in:
Adrian-Ken Rueegsegger 2022-11-27 21:21:22 +01:00
parent a559b874b6
commit fb49f4cc65
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ PREFIX ?= $(HOME)/libraries
MAJOR = 0
MINOR = 6
REVISION = 1
REVISION = 2
VERSION = $(MAJOR).$(MINOR).$(REVISION)
# Set VERSION to '' for a static library.
ALOG = libalog-$(VERSION)