diff --git a/LVM2/make.tmpl.in b/LVM2/make.tmpl.in index 7cb0f6f..0024b5a 100644 --- a/LVM2/make.tmpl.in +++ b/LVM2/make.tmpl.in @@ -158,7 +158,7 @@ LVM_VERSION := $(shell cat $(top_srcdir)/VERSION) LIB_VERSION_LVM := $(shell $(AWK) -F '.' '{printf "%s.%s",$$1,$$2}' $(top_srcdir)/VERSION) -LIB_VERSION_DM := $(shell $(AWK) -F '.' '{printf "%s.%s",$$1,$$2}' $(top_srcdir)/VERSION_DM) +LIB_VERSION_DM := 1.00 LIB_VERSION_APP := $(shell $(AWK) -F '[(). ]' '{printf "%s.%s",$$1,$$4}' $(top_srcdir)/VERSION)