diff options
author | Integral <integral@archlinuxcn.org> | 2024-10-26 20:51:16 +0800 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@linux.dev> | 2024-10-27 16:15:00 -0400 |
commit | 511a714ed34e89a9957b657c38c39ff182fe9da7 (patch) | |
tree | 9714a3b658d7b85eaf0f8072570f60a5de49bd0c | |
parent | b7831af74d795d9a7530d2a873072581927fce53 (diff) |
bcachefs-tools: update VERSION in Makefile to 1.13.0
Update VERSION in Makefile to 1.13.0.
Signed-off-by: Integral <integral@archlinuxcn.org>
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.12.0 +VERSION=1.13.0 PREFIX?=/usr/local LIBEXECDIR?=$(PREFIX)/libexec |