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

- old
+ new

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