about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2017-01-22 21:37:12 +0000
committerEric Wong <e@80x24.org>2017-01-22 21:37:12 +0000
commit5958f9f196b46f11668286d4ae216710e0971e48 (patch)
tree29b8fe78325092a2159424a6fef2475cb9421046
parentd9a30a80d4f5db132cb5cf990247f9392416dcea (diff)
downloadolddoc-5958f9f196b46f11668286d4ae216710e0971e48.tar.gz
This release fixes one formatting bug.  It also removes the
'builder' dependency to avoid warnings with (<= 3.2.2) and
make this project easier-to-install.

3 changes since v1.3.0 (Dec 2016):

      oldweb/class: add space before superclass method name
      news_rdoc: fix unused variable warning
      remove 'builder' dependency
-rwxr-xr-xGIT-VERSION-GEN2
1 files changed, 1 insertions, 1 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index f85a3d5..d56359d 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"
+DEF_VER = "v1.4.0"
 vn = DEF_VER.dup
 
 # First see if there is a version file (included in release tarballs),