Skip to content

Commit

Permalink
Release 0.3
Browse files Browse the repository at this point in the history
Notable changes:
 * A new binary, quark-test(8) for testing the suite.
 * An initramfs.gz target including init and infrastructure to run quark-test
   statically built on any kernel via qemu.
 * Quark now knows about 4 namespaces (uts,ipc,mnt,net) and they're included in
   quark_process{}.
 * Fixed pgid in RHEL8 since the enum value changes, also fixed upstream
   elastic/ebpf.
  • Loading branch information
haesbaert committed Nov 26, 2024
1 parent 28735d5 commit 6789d57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quark.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#define _QUARK_H_

/* Version is shared between library and utilities */
#define QUARK_VERSION "0.3a"
#define QUARK_VERSION "0.3"

/* Misc types */
#include <stdio.h>
Expand Down

0 comments on commit 6789d57

Please sign in to comment.