aboutsummaryrefslogtreecommitdiffhomepage
path: root/makefile
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2026-09-12 14:25:24 -0400
committerRalph Amissah <ralph.amissah@gmail.com>2026-09-12 14:25:24 -0400
commit14d58277d2ea15ce919b7d915b8c4c714e53436f (patch)
tree77ab79ac810709cf90bdabf006ecb2131b9d368f /makefile
parentsome file renames (diff)
Diffstat (limited to 'makefile')
-rw-r--r--makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/makefile b/makefile
index 66bded1..553c4e2 100644
--- a/makefile
+++ b/makefile
@@ -1301,8 +1301,8 @@ gitsnapshot: distclean tangle
git commit -a
version_tag:
- echo "DRV=0.23.0; git tag -f sisudoc-spine_v$$\{DRV} -m\"doc-reform sisudoc spine-$$\{DRV}\" HEAD"; \
- echo "git tag -f sisudoc-spine_v0.23.0 -m\"doc-reform sisudoc spine-0.23.0\" HEAD"
+ echo "DRV=0.24.0; git tag -f sisudoc-spine_v$$\{DRV} -m\"doc-reform sisudoc spine-$$\{DRV}\" HEAD"; \
+ echo "git tag -f sisudoc-spine_v0.24.0 -m\"doc-reform sisudoc spine-0.24.0\" HEAD"
.PHONY : all build rebuild release \
distclean init \