diff options
| author | Ralph Amissah <ralph.amissah@gmail.com> | 2026-05-21 13:27:08 -0400 |
|---|---|---|
| committer | Ralph Amissah <ralph.amissah@gmail.com> | 2026-05-21 13:27:08 -0400 |
| commit | 12a85a725d9a88d4f9b9d691bb5d856dcdfce5c8 (patch) | |
| tree | a67f974cb35157e313e881429d198407dda369e3 /makefile | |
| parent | source_pod: --pod2 include (doc abstraction) .ssp (diff) | |
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1301,8 +1301,8 @@ gitsnapshot: distclean tangle git commit -a version_tag: - echo "DRV=0.19.0; git tag -f sisudoc-spine_v$$\{DRV} -m\"doc-reform sisudoc spine-$$\{DRV}\" HEAD"; \ - echo "git tag -f sisudoc-spine_v0.19.0 -m\"doc-reform sisudoc spine-0.19.0\" HEAD" + 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" .PHONY : all build rebuild release \ distclean init \ |
