about summary refs log tree commit homepage
path: root/GIT-VERSION-GEN
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2013-08-28 00:31:27 +0000
committerEric Wong <normalperson@yhbt.net>2013-08-28 00:31:27 +0000
commitdefbf90124f4bb94464f88ecd05bdd55f0578d0b (patch)
tree83cbc85ddb6802e0fafc604ea0c1df5900de1740 /GIT-VERSION-GEN
parenta738d4fd840e088d9a46dea2429c35ba8100df9d (diff)
downloaddtas-defbf90124f4bb94464f88ecd05bdd55f0578d0b.tar.gz
Most notable is the addition of the dtas-player_sink_examples
manpage.  Minor bugfixes and documentation updates.

Note: I'm considering a major revamp of the protocol now that
things function reasonably well.

Eric Wong (10):
      Rakefile: fix NEWS generation
      player: fix sink auto-restart on "sink ed" changes
      doc: dtas-player_sink_examples manpage
      av_ff_common: zero samples on streams of unknown length
      doc: add more examples to dtas-player_sink_examples
      doc: dtas-player_protocol: note proposed revamp
      Rakefile: use git set-file-times for consistent mtimes
      doc: cleanup makefile formatting/naming
      doc: protocol: question source ed tryorder, minor edits
      add license/copyright headers/footers to all files
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 ec0acbc..42cec7b 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -3,7 +3,7 @@
 # License: GPLv3 or later (https://www.gnu.org/licenses/gpl-3.0.txt)
 CONSTANT = "DTAS::VERSION"
 RVF = "lib/dtas/version.rb"
-DEF_VER = "v0.1.I"
+DEF_VER = "v0.2.0"
 vn = DEF_VER
 
 # First see if there is a version file (included in release tarballs),