Set VERSION to 0.5.3

This commit is contained in:
Adrian-Ken Rueegsegger 2018-08-09 11:37:54 +02:00
parent 78db2e9a1e
commit f06f3661b8
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ INSTALL = install
MAJOR = 0
MINOR = 5
REVISION = 2
REVISION = 3
VERSION = $(MAJOR).$(MINOR).$(REVISION)
ALOG = libalog-$(VERSION)
TARBALL = $(ALOG).tar.bz2