From 3a6abfad30dafcb1f39a12e6ee74f197cb776abf Mon Sep 17 00:00:00 2001 From: "Alexandru N. Onea" Date: Tue, 9 Apr 2019 01:23:10 +0300 Subject: Initial version-bump.sh --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e3ed0ef..4de58df 100644 --- a/Makefile +++ b/Makefile @@ -7,6 +7,9 @@ export LIBDIR ?= $(PREFIX)/lib export BINDIR ?= $(PREFIX)/bin export MANDIR ?= $(PREFIX)/share/man +export TINYALSA_VERSION_MAJOR = $(shell scripts/version-bump.sh -s print major) +export TINYALSA_VERSION = $(shell scripts/version-bump.sh -s print ) + .PHONY: all all: $(MAKE) -C src -- cgit v1.2.3