From acc61d0767702bd2c27d3c5945b42007d62de417 Mon Sep 17 00:00:00 2001 From: Tekin Tian Date: Mon, 20 Mar 2023 14:57:19 +0800 Subject: [PATCH] Create Makefile version 0.2.0 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index c01dee8..8d966b2 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PACKAGE_NAME := envsubst -PACKAGE_VERSION := 0.1 +PACKAGE_VERSION := 0.2.0 prefix ?= /usr/local bindir ?= /bin @@ -30,4 +30,4 @@ distcheck: check dist dist: ${DIST_TARBALL} ${DIST_TARBALL}: git archive --format=tar --prefix=${DIST_NAME}/ -o ${DIST_NAME}.tar ${DIST_NAME} - xz ${DIST_NAME}.tar \ No newline at end of file + xz ${DIST_NAME}.tar