about summary refs log tree commit homepage
path: root/GIT-VERSION-GEN
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2022-09-06 21:38:10 +0000
committerEric Wong <e@80x24.org>2022-09-06 21:38:10 +0000
commit326e440ba0f697e29e655e2c3a1fdc81c38734f8 (patch)
tree0e8fad03cae7a75998685d04a3875e80a08d869a /GIT-VERSION-GEN
parenta2386146b7132533f3b8e2041e85eceff4aeab84 (diff)
downloaddtas-326e440ba0f697e29e655e2c3a1fdc81c38734f8.tar.gz
There's two minor fixes for dtas-splitfx, and one for
dtas-player users using the rate=bypass optimization.

3 changes since v0.20.0 (2022-02-03):

      splitfx: fix error reporting of failed tracks
      splitfx: warn on improper encodings for titles
      player: drain sinks completely before changing sink rate
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 ef12348..ecf9879 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.20.0"
+DEF_VER = "v0.21.0"
 vn = DEF_VER
 
 # First see if there is a version file (included in release tarballs),