Rename version-bump to just version
diff --git a/Makefile b/Makefile
index ea9bfef..f268487 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@
 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      )