From 16f984c6e42f93f4b222cd25ff38e001d4832aed Mon Sep 17 00:00:00 2001 From: Christiano Haesbaert Date: Mon, 14 Oct 2024 14:07:50 +0200 Subject: [PATCH] Release 0.1 First release of quark, to be matched with go-quark. A quick note on what this very first release includes: * Kprobe & EBPF backends * Process aggregation * Event flow control * Proper documentation * 3940 compiled btfhub offsets * quark-mon(8) and quark-btf(8) * Go bindings Many thanks to everyone involved, especially: @nicholasberlin, @mjwolf and @fearful-symmetry. And there was much rejoicing. --- quark.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quark.h b/quark.h index 0b2d527..ecaeb7d 100644 --- a/quark.h +++ b/quark.h @@ -5,7 +5,7 @@ #define _QUARK_H_ /* Version is shared between library and utilities */ -#define QUARK_VERSION "0.1a" +#define QUARK_VERSION "0.1" /* Misc types */ #include