summaryrefslogtreecommitdiff
path: root/head
diff options
context:
space:
mode:
authorChloe M <chloe@faracom.org>2026-08-16 04:06:44 -0500
committerChloe M <chloe@faracom.org>2026-08-18 18:42:16 -0500
commitdb850c6e046f681feedcf6e0fe1577d183fd940a (patch)
tree13ae6e21400959b8ec3d1671eb5641d1884239c6 /head
parent4d747ebde6542a2f77ebb5f00237970b74228b5e (diff)
bop: common: Bump version to v0.0.2
Signed-off-by: Chloe M <chloe@faracom.org>
Diffstat (limited to 'head')
-rw-r--r--head/bop/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/head/bop/common.h b/head/bop/common.h
index 4e41a1e..648053e 100644
--- a/head/bop/common.h
+++ b/head/bop/common.h
@@ -10,7 +10,7 @@
#define BOP_BUILD_ENV "BOP_BUILD"
/* BOP version */
-#define BOP_VERSION "v0.0.1"
+#define BOP_VERSION "v0.0.2"
/* Default BOP cflags */
#define BOP_DEFAULT_CFLAGS "-Wall", "-pedantic", "-Ihead"