about summary refs log tree commit homepage
path: root/GIT-VERSION-GEN
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2021-09-05 08:30:09 +0000
committerEric Wong <e@80x24.org>2021-09-05 08:35:47 +0000
commit9316971d0da241c59637635c18c2e6fea4be493b (patch)
tree5441d3aed1b95a100ef3c04f57f694cde76b6ade /GIT-VERSION-GEN
parent76cd9d9f32f1c89d9af066d45408bdb69ba5a902 (diff)
downloaddtas-9316971d0da241c59637635c18c2e6fea4be493b.tar.gz
Non-UTF-8-encoded pathnames now handled properly by dtas-mlib.
Shell-unfriendly filenames are handled properly if they require
ffmpeg (they were always handled properly when using sox).

Some minor URL and doc updates, too, and there's a new
"make symlink-install" target for users who lack permissions
to install RubyGems.

6 changes since v0.18.1 (2021-02-13):

      mlib: pathnames may be blobs
      README: replace NNTP URL with NNTPS
      gemspec: allow building gem without setting VERSION
      build: add "symlink-install" target
      do not shell-quote filenames for environment
      doc: use Tor v3 .onion URLs
Diffstat (limited to 'GIT-VERSION-GEN')
-rwxr-xr-xGIT-VERSION-GEN2
1 files changed, 1 insertions, 1 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index bc9a128..168baee 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -5,7 +5,7 @@
 CONSTANT = "DTAS::VERSION"
 RVF = "lib/dtas/version.rb"
 GVF = "GIT-VERSION-FILE"
-DEF_VER = "v0.18.0"
+DEF_VER = "v0.19.0"
 vn = DEF_VER
 
 # First see if there is a version file (included in release tarballs),