about summary refs log tree commit homepage
path: root/GIT-VERSION-GEN
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2013-12-30 07:40:47 +0000
committerEric Wong <normalperson@yhbt.net>2013-12-30 07:40:47 +0000
commit6f8871bed77688b21b8cce7f064c8dacd9ee4331 (patch)
treed754dc7b537696c3d127ef67c4486db39937a14d /GIT-VERSION-GEN
parent156bce1e6349fd6ae921bad59ad0b93081946b0c (diff)
downloaddtas-6f8871bed77688b21b8cce7f064c8dacd9ee4331.tar.gz
dtas-splitfx gained support --no-dither/-D option.

dtas-player should work now for non-Linux users without splice().
There are minor optimizations for users of multiple sinks with
dtas-player.
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 edf4f05..70d38b9 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -4,7 +4,7 @@
 CONSTANT = "DTAS::VERSION"
 RVF = "lib/dtas/version.rb"
 GVF = "GIT-VERSION-FILE"
-DEF_VER = "v0.6.0"
+DEF_VER = "v0.7.0"
 vn = DEF_VER
 
 # First see if there is a version file (included in release tarballs),