commit cce6fa949c0af185b28d09aee04dd6d753fe089d (patch)
parent 828679d doc: replace pandoc-"Markdown" with real manpages
tree 052df3ab972d42cc321e467cbdbbeeff7cb3930f
author Eric Wong <bofh@yhbt.net> 2020-01-29 23:32:22 +0000
committer Eric Wong <bofh@yhbt.net> 2020-01-29 23:32:22 +0000
Rainbows! 5.2.1
Some documentation updates, mainly to to switch bogomips.org
to yhbt.net since the .org TLD won't be affordable in the near
future.
It should also be easier for devs to build gems themselves,
since pandoc is no longer a dependency for building manpages.
---
GIT-VERSION-GEN | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index b2f3109..ff103a7 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,5 +1,5 @@
#!/usr/bin/env ruby
-DEF_VER = "v5.2.0"
+DEF_VER = "v5.2.1"
CONSTANT = "Rainbows::Const::RAINBOWS_VERSION"
RVF = "lib/rainbows/version.rb"
GVF = "GIT-VERSION-FILE"
glossary
--------
Commit objects reference one tree, and zero or more parents.
Single parent commits can typically generate a patch in
unified diff format via `git format-patch'.
Multiple parents means the commit is a merge.
Root commits have no ancestor. Note that it is
possible to have multiple root commits when merging independent histories.
Every commit references one top-level tree object.
git clone http://yhbt.net/rainbows.git