diff --git a/Makefile b/Makefile index 10fe12f..8c96aa7 100644 --- a/Makefile +++ b/Makefile @@ -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)