aboutsummaryrefslogtreecommitdiffhomepage
path: root/makefile
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2023-11-20 10:38:35 -0500
committerRalph Amissah <ralph.amissah@gmail.com>2023-11-20 12:36:10 -0500
commitc6ee6dc7e5de7f8a16e8591603301993b6304e23 (patch)
treeaacb3f1968ed556e7119ed98a9c489dc48df7ca4 /makefile
parentocda, structs (replacing tuples) (diff)
0.14.0
Diffstat (limited to 'makefile')
-rw-r--r--makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/makefile b/makefile
index 966cb64..172ef7a 100644
--- a/makefile
+++ b/makefile
@@ -1298,8 +1298,8 @@ gitsnapshot: distclean tangle
git commit -a
version_tag:
- echo "DRV=0.13.0; git tag -f doc-reform_v$$\{DRV} -m\"doc-reform spine-$$\{DRV}\" HEAD"; \
- echo "git tag -f doc-reform_v0.13.0 -m\"doc-reform spine-0.13.0\" HEAD"
+ echo "DRV=0.14.0; git tag -f doc-reform_v$$\{DRV} -m\"doc-reform spine-$$\{DRV}\" HEAD"; \
+ echo "git tag -f doc-reform_v0.14.0 -m\"doc-reform spine-0.14.0\" HEAD"
.PHONY : all build rebuild release \
distclean init \