about summary refs log tree commit homepage
path: root/GIT-VERSION-GEN
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-11-18 07:42:40 +0800
committerEric Wong <normalperson@yhbt.net>2010-11-18 07:47:20 +0800
commit268c2ec5fef2630b0626b848be9d6ec46d360ddb (patch)
treee275cb72905ec03360c6b9eb07c8c85058d2d451 /GIT-VERSION-GEN
parent859593b418db7e5fd93295a7a8b15de56cc4f6dd (diff)
downloadunicorn-268c2ec5fef2630b0626b848be9d6ec46d360ddb.tar.gz
This release fixes errors in our own error handling,
causing certain errors to not be logged nor responded
to correctly.

Eric Wong (3):
      t0012: fix race condition in reload
      http_server: fix HttpParserError constant resolution
      tests: add parser error test from Rainbows!
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 0550f7e..2ca4f94 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v2.0.0.GIT
+DEF_VER=v2.0.1.GIT
 
 LF='
 '