about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2019-01-07 00:00:22 +0000
committerEric Wong <e@80x24.org>2019-01-07 00:00:31 +0000
commitc9f6755f28fd5c55dbb74427d23c51c4cbceafc1 (patch)
tree256012347ca6f3f9639f255c6abdfdfbfd683c54
parenteea76850125119ca79c891f94aa422c96eb25b27 (diff)
downloadolddoc-c9f6755f28fd5c55dbb74427d23c51c4cbceafc1.tar.gz
4 changes since v1.5.1 (2017-12-15):
      oldweb: work around annoying ERB deprecation in Ruby 2.6
      update URLs to HTTPS
      linkify source commands and URLs
      fall back to cgit_url and git_url if "source_code" is not defined
-rwxr-xr-xGIT-VERSION-GEN4
1 files changed, 2 insertions, 2 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index 99dde87..ec1f606 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,11 +1,11 @@
 #!/usr/bin/env ruby
-# Copyright (C) 2016 all contributors <olddoc-public@80x24.org>
+# Copyright (C) 2016-2019 all contributors <olddoc-public@80x24.org>
 # License: GPL-3.0+ <https://www.gnu.org/licenses/gpl-3.0.txt>
 # frozen_string_literal: true
 CONSTANT = "Olddoc::VERSION"
 RVF = "lib/olddoc/version.rb"
 GVF = "GIT-VERSION-FILE"
-DEF_VER = "v1.5.1"
+DEF_VER = "v1.6.0"
 vn = DEF_VER.dup
 
 # First see if there is a version file (included in release tarballs),