aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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 )