diff --git a/Makefile b/Makefile index 9f3b58dc..fa48c4db 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION := $(shell /usr/bin/grep -Pm1 'version = "(\d+.\d+.\d+)"' Cargo.toml | cut -d'"' -f2) +VERSION := $(shell /usr/bin/grep -Pm1 'version = "(\d+.\d+.\d+.*)"' Cargo.toml | cut -d'"' -f2) INSTALL = install INSTALL_PROGRAM = ${INSTALL} -D -m 0755