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

- old
+ new

@@ -12,11 +12,11 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or # implied. See the License for the specific language governing # permissions and limitations under the License. #++ -module JettyBase - JETTY_VERSION = '6.1.12' +module Jetty + JETTY_VERSION = '6.1.14' VERSION = JETTY_VERSION + '.1' SERVLET_API_VERSION = '2.5' JETTY_DIR = File.dirname( __FILE__ ) # :nodoc: end