From: Dmitry Gutov Date: Mon, 24 Dec 2012 07:14:49 +0000 (+0400) Subject: * lisp/progmodes/ruby-mode.el: Bump the version to 1.2. X-Git-Tag: emacs-24.2.92~93 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ea0857a126fbd38e96fd499c7173341a3e8614b6;p=emacs.git * lisp/progmodes/ruby-mode.el: Bump the version to 1.2. Fixes: debbugs:13200 --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a0ae8fbc4f8..b5fa2e85fae 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2012-12-24 Dmitry Gutov + + * progmodes/ruby-mode.el: Bump the version to 1.2 (Bug#13200). + 2012-12-23 Alan Mackenzie Speed up fontification where there's large brace blocks. diff --git a/lisp/progmodes/ruby-mode.el b/lisp/progmodes/ruby-mode.el index e4bfffa73c1..41a9aaed6f9 100644 --- a/lisp/progmodes/ruby-mode.el +++ b/lisp/progmodes/ruby-mode.el @@ -7,7 +7,7 @@ ;; URL: http://www.emacswiki.org/cgi-bin/wiki/RubyMode ;; Created: Fri Feb 4 14:49:13 JST 1994 ;; Keywords: languages ruby -;; Version: 1.0 +;; Version: 1.2 ;; This file is part of GNU Emacs.