lib/jetty/base.rb in jetty-6.1.16.1 vs lib/jetty/base.rb in jetty-6.1.17.1

- old
+ new

@@ -13,10 +13,10 @@ # implied. See the License for the specific language governing # permissions and limitations under the License. #++ module Jetty - JETTY_VERSION = '6.1.16' + JETTY_VERSION = '6.1.17' VERSION = JETTY_VERSION + '.1' SERVLET_API_VERSION = '2.5' SERVLET_API_DATE = '20081211' JETTY_DIR = File.dirname( __FILE__ ) # :nodoc: