From 5642aa1eb53e08690a2d0a0dfee7a2805f0e14ef Mon Sep 17 00:00:00 2001 From: Unbit Date: Sat, 14 Sep 2013 14:40:16 +0200 Subject: [PATCH] should be enough for 1.9.16... --- uwsgi.gemspec | 2 +- uwsgiconfig.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/uwsgi.gemspec b/uwsgi.gemspec index e0306142..e3b3e35c 100644 --- a/uwsgi.gemspec +++ b/uwsgi.gemspec @@ -2,7 +2,7 @@ Gem::Specification.new do |s| s.name = 'uwsgi' s.license = 'GPL-2' s.version = `python -c "import uwsgiconfig as uc; print uc.uwsgi_version"`.sub(/-dev-.*/,'') - s.date = '2013-08-29' + s.date = '2013-09-14' s.summary = "uWSGI" s.description = "The uWSGI server for Ruby/Rack" s.authors = ["Unbit"] diff --git a/uwsgiconfig.py b/uwsgiconfig.py index 936d4679..6f3e95e6 100644 --- a/uwsgiconfig.py +++ b/uwsgiconfig.py @@ -1,6 +1,6 @@ # uWSGI build system -uwsgi_version = '1.9.16-dev' +uwsgi_version = '1.9.16' import os import re