about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2019-05-11 09:39:16 +0000
committerEric Wong <e@80x24.org>2019-05-11 09:39:16 +0000
commit597e4958b90d16bc945436b9acfc55ed41e71f7a (patch)
tree6307a6e9f12f34ee27dbf211bbcc6102a182a7cb
parent000ec0a58b59e9862c1208a9a66410e96c342240 (diff)
downloadolddoc-597e4958b90d16bc945436b9acfc55ed41e71f7a.tar.gz
Minor updates since v1.7.0 a few weeks ago

* dark216: disable text decoration on <a> tags
* dark216: disable text decoration on <a> tags for light users, too
* dark216: adjust heredoc to stop confusing rdoc
-rwxr-xr-xGIT-VERSION-GEN2
1 files changed, 1 insertions, 1 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index 4dd2abe..339d2bc 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -5,7 +5,7 @@
 CONSTANT = "Olddoc::VERSION"
 RVF = "lib/olddoc/version.rb"
 GVF = "GIT-VERSION-FILE"
-DEF_VER = "v1.7.0"
+DEF_VER = "v1.7.1"
 vn = DEF_VER.dup
 
 # First see if there is a version file (included in release tarballs),