about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2017-12-15 20:13:21 +0000
committerEric Wong <e@80x24.org>2017-12-15 20:13:21 +0000
commit0bcc282632bd6b58251c3a8494fb840f79f98edc (patch)
tree13dafc77194161d596d7c7e93d1c6b8403ee4d92
parent58cb2bfcf77d382954649d1ffaeb8a8718740579 (diff)
downloadolddoc-0bcc282632bd6b58251c3a8494fb840f79f98edc.tar.gz
This release supports rdoc 6.0+ (bundled with Ruby 2.5) with
no additional code changes.
-rwxr-xr-xGIT-VERSION-GEN2
1 files changed, 1 insertions, 1 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index 97460a4..99dde87 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.5.0"
+DEF_VER = "v1.5.1"
 vn = DEF_VER.dup
 
 # First see if there is a version file (included in release tarballs),