about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2016-12-02 01:22:08 +0000
committerEric Wong <e@80x24.org>2016-12-02 21:28:44 +0000
commitc87e8526c34d22517ee008903eed00fc168beec7 (patch)
treed611dbcacf78a73ec75a85744bfdecb7b73f3f19
parent6dc690ec3c61189b52930652870454168349400c (diff)
downloadolddoc-c87e8526c34d22517ee008903eed00fc168beec7.tar.gz
This release supports the newly-released rdoc 5.x, but maintains
support for rdoc 4.2+.  A new "source_code" accessor was
introduced to make us less git-centric to support other systems.

7 changes since 1.2.0:

      _head: fix Content-Type charset attribute
      add source_code accessor for tail footer
      build: dynamically generate version number
      _tail: do not mutate existing arrays
      gemspec: support rdoc 5.x
      build: avoid network usage in "install-gem" target
      doc: olddoc.5: document "source_code" field
-rwxr-xr-xGIT-VERSION-GEN2
1 files changed, 1 insertions, 1 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index 7199e19..f85a3d5 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.3.0.GIT"
+DEF_VER = "v1.3.0"
 vn = DEF_VER.dup
 
 # First see if there is a version file (included in release tarballs),