about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rwxr-xr-xGIT-VERSION-GEN2
-rw-r--r--INSTALL6
-rw-r--r--README1
3 files changed, 5 insertions, 4 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index 951db3b..d999a80 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.11.0"
+DEF_VER = "v0.12.0"
 vn = DEF_VER
 
 # First see if there is a version file (included in release tarballs),
diff --git a/INSTALL b/INSTALL
index 6039c7b..11aa932 100644
--- a/INSTALL
+++ b/INSTALL
@@ -40,10 +40,10 @@ For future upgrades of dtas (upgrades to dtas-linux will be infrequent)
 
 Grab the latest tarball from our HTTP site:
 
-    http://dtas.80x24.org/2015/dtas-0.11.0.tar.gz
+    http://dtas.80x24.org/2015/dtas-0.12.0.tar.gz
 
-    $ tar zxvf dtas-0.11.0.tar.gz
-    $ cd dtas-0.11.0
+    $ tar zxvf dtas-0.12.0.tar.gz
+    $ cd dtas-0.12.0
     $ sudo ruby setup.rb
 
 GNU/Linux users may optionally install "io_splice" and
diff --git a/README b/README
index 161956a..f4eee80 100644
--- a/README
+++ b/README
@@ -51,6 +51,7 @@ Familiarity with the Ruby programming language is absolutely NOT required.
 
 Coming:
 
+* mpd (Music Player Daemon) bridge for partial dtas-player control
 * MPRIS/MPRIS 2.0 bridge for partial dtas-player control
 * whatever command-line tools come to mind...
 * better error handling, many bugfixes, etc...