aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAlexandru N. Onea <alexandru.onea@toporcomputing.com>2019-04-10 01:00:58 +0300
committerAlexandru N. Onea <alexandru.onea@toporcomputing.com>2019-04-10 01:00:58 +0300
commita6838a0c6955a5803ca1b15338b971292c3e824b (patch)
tree4e0f2785e05ac297fe3303a5846318ea8c1fe417 /Makefile
parentcbc69374fde7da9bac83fe70b99c5277f2b1bdbf (diff)
Rename version-bump to just version
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ea9bfef..f268487 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ export LIBDIR ?= $(PREFIX)/lib
export BINDIR ?= $(PREFIX)/bin
export MANDIR ?= $(PREFIX)/share/man
-export VERSIONSCRIPT = $(shell pwd)/scripts/version-bump.sh
+export VERSIONSCRIPT = $(shell pwd)/scripts/version.sh
export TINYALSA_VERSION_MAJOR = $(shell $(VERSIONSCRIPT) -s print major)
export TINYALSA_VERSION = $(shell $(VERSIONSCRIPT) -s print )