should be enough for 1.9.16...

This commit is contained in:
Unbit
2013-09-14 14:40:16 +02:00
parent 5dd465ccc1
commit 5642aa1eb5
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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"]
+1 -1
View File
@@ -1,6 +1,6 @@
# uWSGI build system
uwsgi_version = '1.9.16-dev'
uwsgi_version = '1.9.16'
import os
import re