]> git.sesse.net Git - bcachefs-tools-debian/blobdiff - Makefile
Version is now specified in the makefile
[bcachefs-tools-debian] / Makefile
index 73621e0bc1a6df52d76e337a5c4e510680e521f7..61a624558e5876c9ab624699403d67474600037a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,5 @@
+VERSION=1.3.3
+
 PREFIX?=/usr/local
 PKG_CONFIG?=pkg-config
 INSTALL=install
@@ -46,7 +48,6 @@ CARGO_PROFILE=release
 
 CARGO_BUILD_ARGS=--$(CARGO_PROFILE)
 CARGO_BUILD=$(CARGO) build $(CARGO_BUILD_ARGS)
-VERSION?=$(shell git describe --dirty=+ 2>/dev/null || echo v0.1-nogit)
 
 include Makefile.compiler