let's start with 1.9.13

This commit is contained in:
Unbit
2013-06-06 15:49:51 +02:00
parent a1553d3632
commit d553bc8014
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -220,7 +220,7 @@ def uwsgi_pypy_file_loader(filename):
wsgi_application = getattr(mod, c)
"""
.post_fork_hokk
.post_fork_hook
"""
@ffi.callback("void()")
def uwsgi_pypy_post_fork_hook():
+1 -1
View File
@@ -1,6 +1,6 @@
# uWSGI build system
uwsgi_version = '1.9.12'
uwsgi_version = '1.9.13'
import os
import re