aboutsummaryrefslogtreecommitdiffhomepage
path: root/makefile
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2026-05-24 15:51:54 -0400
committerRalph Amissah <ralph.amissah@gmail.com>2026-05-24 15:51:54 -0400
commit66022e4ae7206721140565f6a6e42209518094da (patch)
treeec8ee8b82bc1603a364710deea50da60a9e3d099 /makefile
parentdecouple abstraction phase2: dub sub-package split (diff)
Diffstat (limited to 'makefile')
-rw-r--r--makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/makefile b/makefile
index dbbeb7a..f1f8b6e 100644
--- a/makefile
+++ b/makefile
@@ -1301,8 +1301,8 @@ gitsnapshot: distclean tangle
git commit -a
version_tag:
- echo "DRV=0.21.0; git tag -f sisudoc-spine_v$$\{DRV} -m\"doc-reform sisudoc spine-$$\{DRV}\" HEAD"; \
- echo "git tag -f sisudoc-spine_v0.21.0 -m\"doc-reform sisudoc spine-0.21.0\" HEAD"
+ echo "DRV=0.22.0; git tag -f sisudoc-spine_v$$\{DRV} -m\"doc-reform sisudoc spine-$$\{DRV}\" HEAD"; \
+ echo "git tag -f sisudoc-spine_v0.22.0 -m\"doc-reform sisudoc spine-0.22.0\" HEAD"
.PHONY : all build rebuild release \
distclean init \