lib/jetty/base.rb in jetty-6.1.11.1 vs lib/jetty/base.rb in jetty-6.1.12.1
- old
+ new
@@ -13,10 +13,10 @@
# implied. See the License for the specific language governing
# permissions and limitations under the License.
#++
module JettyBase
- JETTY_VERSION = '6.1.11'
+ JETTY_VERSION = '6.1.12'
VERSION = JETTY_VERSION + '.1'
SERVLET_API_VERSION = '2.5'
JETTY_DIR = File.dirname( __FILE__ ) # :nodoc:
end