about summary refs log tree commit homepage
path: root/GIT-VERSION-GEN
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-04-26 16:04:19 -0700
committerEric Wong <normalperson@yhbt.net>2011-04-26 16:04:19 -0700
commit1b3befbadb99c83c24109f68b719276f0051c7fb (patch)
treee75003b5d1abeb28b3b6a4ad8dc51dfb807d06c7 /GIT-VERSION-GEN
parent34f7dbd1b7e087bc8c86029496fd8daa7dc58441 (diff)
downloadunicorn-1b3befbadb99c83c24109f68b719276f0051c7fb.tar.gz
Our attempt in 3.6.0 to workaround a problem with the OpenSSL
PRNG actually made the problem worse.  This release corrects the
workaround to properly reseed the OpenSSL PRNG after forking.
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 66f38a3..f5fd878 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v3.6.0.GIT
+DEF_VER=v3.6.1.GIT
 
 LF='
 '