about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rwxr-xr-xGIT-VERSION-GEN2
-rw-r--r--INSTALL11
-rw-r--r--dtas.gemspec2
3 files changed, 5 insertions, 10 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),
diff --git a/INSTALL b/INSTALL
index 5fae6e8..40019b9 100644
--- a/INSTALL
+++ b/INSTALL
@@ -29,17 +29,12 @@ For future upgrades of dtas
 
 Grab the latest tarball from our HTTPS site:
 
-    https://80x24.org/dtas/2021/dtas-0.18.1.tar.gz
+    https://80x24.org/dtas/2021/dtas-0.19.0.tar.gz
 
-    $ tar zxvf dtas-0.18.1.tar.gz
-    $ cd dtas-0.18.1
+    $ tar zxvf dtas-0.19.0.tar.gz
+    $ cd dtas-0.19.0
     $ sudo ruby setup.rb
 
-GNU/Linux users may optionally install the "sleepy_penguin" RubyGem
-for a tiny speed improvement over the default "fiddle" RubyGem.
-
-    * sleepy_penguin - https://yhbt.net/sleepy_penguin/
-
 # CONTACT
 
 Please do not hesitate to send plain-text mail to <dtas-all@nongnu.org>
diff --git a/dtas.gemspec b/dtas.gemspec
index d763a9f..50ce370 100644
--- a/dtas.gemspec
+++ b/dtas.gemspec
@@ -3,7 +3,7 @@
 Gem::Specification.new do |s|
   manifest = File.read('.gem-manifest').split(/\n/)
   s.name = %q{dtas}
-  s.version = (ENV["VERSION"] || '0.18.0').dup
+  s.version = (ENV["VERSION"] || '0.19.0').dup
   s.authors = ["dtas hackers"]
   s.summary = "duct tape audio suite for *nix"
   s.description = File.read("README").split(/\n\n/)[1].strip