diff options
author | Kent Overstreet <kent.overstreet@linux.dev> | 2025-09-10 23:18:24 -0400 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@linux.dev> | 2025-09-10 23:18:40 -0400 |
commit | b271bb146e29bb897c2dd1e0fbf9a4dc4610c90c (patch) | |
tree | cfd54d1bea1aa182ba550dd8acc9ebcfabfdeb8e | |
parent | 13c8026c108b8dcf27f803c44f032b19e0aa7264 (diff) |
Version is now pulled from Cargo.toml
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -VERSION=1.25.3 +VERSION=$(shell cargo metadata --format-version 1 | jq -r '.packages[] | select(.name | test("bcachefs-tools")) | .version') PREFIX?=/usr/local LIBEXECDIR?=$(PREFIX)/libexec |