diff options
author | Alexandru N. Onea <alexandru.onea@toporcomputing.com> | 2019-04-10 01:00:58 +0300 |
---|---|---|
committer | Alexandru N. Onea <alexandru.onea@toporcomputing.com> | 2019-04-10 01:00:58 +0300 |
commit | a6838a0c6955a5803ca1b15338b971292c3e824b (patch) | |
tree | 4e0f2785e05ac297fe3303a5846318ea8c1fe417 /Makefile | |
parent | cbc69374fde7da9bac83fe70b99c5277f2b1bdbf (diff) |
Rename version-bump to just version
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ) |