about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2016-07-29 21:03:45 +0000
committerEric Wong <e@80x24.org>2016-07-31 15:16:31 +0000
commit970764761cb01a9dee8ceaac256da93db4074dbc (patch)
treee73ec511fe2023a95e5fd62ec0dac37cf8438f78
parent3c667865a959a077fe06c6c56057096e78f962ec (diff)
downloadraindrops-970764761cb01a9dee8ceaac256da93db4074dbc.tar.gz
This release features minor updates to support rack 2.x
while maintaining support for rack 1.2 and later.
As a result, Ruby 1.8.6 compatibility is gone, but
Ruby 1.8.7 probably still works, for now.

There's also a minor warning fix, doc updates, and
the homepage now supports HTTPS (HTTP remains supported)

5 changes since raindrops 0.16.0:
      drop Rack::Utils.bytesize dependency
      gemspec: bump Rack dependency
      linux_inet_diag: GCC attribute format check
      use HTTPS and move homepage to https://bogomips.org/raindrops/
      examples: add yahns config, zbatery is abandoned
-rwxr-xr-xGIT-VERSION-GEN2
1 files changed, 1 insertions, 1 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index f2c187b..e428240 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v0.16.0
+DEF_VER=v0.17.0
 
 LF='
 '