aboutsummaryrefslogtreecommitdiffhomepage
path: root/makefile
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2026-05-23 22:18:38 -0400
committerRalph Amissah <ralph.amissah@gmail.com>2026-05-23 22:18:38 -0400
commit113688dac23f8f98163672c2c31fe7ab33a0a698 (patch)
tree8df76b9401842ed9c22533b43793cf7d72defc2c /makefile
parentorg files out of sync, fix (diff)
Diffstat (limited to 'makefile')
-rw-r--r--makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/makefile b/makefile
index a108427..dbbeb7a 100644
--- a/makefile
+++ b/makefile
@@ -1301,8 +1301,8 @@ gitsnapshot: distclean tangle
git commit -a
version_tag:
- echo "DRV=0.20.0; git tag -f sisudoc-spine_v$$\{DRV} -m\"doc-reform sisudoc spine-$$\{DRV}\" HEAD"; \
- echo "git tag -f sisudoc-spine_v0.20.0 -m\"doc-reform sisudoc spine-0.20.0\" HEAD"
+ 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"
.PHONY : all build rebuild release \
distclean init \