about summary refs log tree commit homepage
path: root/GIT-VERSION-GEN
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2014-03-15 07:03:41 +0000
committerEric Wong <e@80x24.org>2014-03-15 07:40:59 +0000
commit4b8a59a8c01fefe7723caa17a44e9afdc74e0bbb (patch)
treec146f15223671a46ff8d71cb470af19da46ff8d5 /GIT-VERSION-GEN
parent7dd232ed54a24bb53ddc9fa97b7860bf656b779d (diff)
downloadyahns-4b8a59a8c01fefe7723caa17a44e9afdc74e0bbb.tar.gz
This release now depends on "kgio-sendfile", a (hopefully temporary)
fork of the original sendfile gem for mainline ruby trunk
compatibility and a (probably correct) FreeBSD-related bugfix.

kqueue/FreeBSD support is considered highly experimental.  Of course;
you should never rely on anything in production unless you can get bugs
fixed in every part of your stack; even the kernel.  yahns (ab)uses
kqueue and epoll in uncommon ways, so you may encounter subtle kernel
bugs along the way.

Because yahns has been self-hosting its own website for months without
crashes or major problems (BORING! :P), I've decided to start hosting the
yahns website <http://yahns.YHBT.net/README> with ruby trunk (currently
r45341).

yahns - dangerous by design (and sleepy!)
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 d212203..f041c5c 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -4,7 +4,7 @@
 CONSTANT = "Yahns::VERSION"
 RVF = "lib/yahns/version.rb"
 GVF = "GIT-VERSION-FILE"
-DEF_VER = "v1.1.0"
+DEF_VER = "v1.2.0"
 vn = DEF_VER
 
 # First see if there is a version file (included in release tarballs),