lib/mongrel/const.rb in mongrel-1.1 vs lib/mongrel/const.rb in mongrel-1.1.1
- old
+ new
@@ -63,10 +63,10 @@
# The original URI requested by the client. Passed to URIClassifier to build PATH_INFO and SCRIPT_NAME.
REQUEST_URI='REQUEST_URI'.freeze
REQUEST_PATH='REQUEST_PATH'.freeze
- MONGREL_VERSION="1.1".freeze
+ MONGREL_VERSION="1.1.1".freeze
MONGREL_TMP_BASE="mongrel".freeze
# The standard empty 404 response for bad requests. Use Error4040Handler for custom stuff.
ERROR_404_RESPONSE="HTTP/1.1 404 Not Found\r\nConnection: close\r\nServer: Mongrel #{MONGREL_VERSION}\r\n\r\nNOT FOUND".freeze
\ No newline at end of file